Deskflow 1.22.0.197
Keyboard and mouse sharing utility
|
#include <QString>
Go to the source code of this file.
Namespaces | |
namespace | deskflow |
namespace | deskflow::gui |
Variables | |
const auto | deskflow::gui::kColorWhite = "#ffffff" |
const auto | deskflow::gui::kColorSecondary = "#4285f4" |
const auto | deskflow::gui::kColorTertiary = "#33b2cc" |
const auto | deskflow::gui::kColorError = "#ec4c47" |
const auto | deskflow::gui::kColorLightGrey = "#666666" |
const auto | deskflow::gui::kStyleLink |
const auto | deskflow::gui::kStyleLineEditErrorBorder |
const auto | deskflow::gui::kStyleErrorActiveLabel |
const auto | deskflow::gui::kStyleErrorInactiveLabel |
const auto | deskflow::gui::kStyleFlatButton = QStringLiteral("QAbstractButton{background-color: none; border: none;}") |
const auto | deskflow::gui::kStyleFlatButtonHoverable |