mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
View / model fixes / improvements
* allow upfront checking of formatter roles * selection mode menus adjusted (data approach no longer worked with CSlot) * removed unused style sheet parts * minor View/Model tweaks/formatting
This commit is contained in:
@@ -104,8 +104,8 @@ namespace BlackGui
|
||||
|
||||
private:
|
||||
QList<QAction *> m_menuActions;
|
||||
QLineEdit *m_leOrder = nullptr;
|
||||
QFrame *m_frame = nullptr;
|
||||
QLineEdit *m_leOrder = nullptr;
|
||||
QFrame *m_frame = nullptr;
|
||||
QIntValidator *m_validator = nullptr;
|
||||
};
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user