20#ifndef ORES_QT_CONNECTION_TYPES_HPP
21#define ORES_QT_CONNECTION_TYPES_HPP
36 const QString& host,
int port,
const QString& username,
const QString& password)>;
56 uint hash = qHash(name);
Qt-based graphical user interface for ORE Studio.
Definition AboutDialog.hpp:35
std::function< QString(const QString &host, int port, const QString &username, const QString &password)> TestConnectionCallback
Callback type for testing connections.
Definition ConnectionTypes.hpp:36
const std::vector< QColor > tag_colors
Predefined tag colors for consistent UI display.
Definition ConnectionTypes.hpp:41
QColor colorForTag(const QString &name)
Get a color for a tag based on its name.
Definition ConnectionTypes.hpp:55