mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
ae3ebdd443
commit
0a013fc906
@@ -19,8 +19,6 @@
|
||||
#include <QPixmap>
|
||||
#include <QString>
|
||||
|
||||
class QWidget;
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
//! Representing a ticked or crossed icon
|
||||
@@ -49,10 +47,10 @@ namespace BlackGui
|
||||
void tickChanged(bool ticked);
|
||||
|
||||
private:
|
||||
bool m_isPixmapTicked = false; //!< ticked state
|
||||
QString m_toolTipTicked = "on";
|
||||
bool m_isPixmapTicked = false; //!< ticked state
|
||||
QString m_toolTipTicked = "on";
|
||||
QString m_toolTipUnticked = "off";
|
||||
QPixmap m_pixmapTicked = BlackMisc::CIcons::tick16();
|
||||
QPixmap m_pixmapTicked = BlackMisc::CIcons::tick16();
|
||||
QPixmap m_pixmapUnticked = BlackMisc::CIcons::cross16();
|
||||
|
||||
//! Set the label
|
||||
|
||||
Reference in New Issue
Block a user