mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 07:15:34 +08:00
refs #335, renaming
* the term "components" will only be used for GUI components (derived from QWidget/ QWidget derived classes) fron now on * timer, and enabler classes renamed accordingly: CEnableForRuntime, CEnableForDockWidgetInfoArea, CUpdateTimer * adjusted all dependent classes
This commit is contained in:
committed by
Roland Winklmeier
parent
bb8b515c87
commit
df5169ee98
@@ -25,7 +25,6 @@ namespace BlackGui
|
||||
//! \sa CDockWidgetInfoArea
|
||||
class CInfoArea : public QMainWindow
|
||||
{
|
||||
// KB: TODO, make this an interface, IInfoArea?
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
@@ -92,9 +91,9 @@ namespace BlackGui
|
||||
QList<CDockWidgetInfoArea *> m_dockableWidgets ;
|
||||
QTabBar *m_tabBar = nullptr;
|
||||
bool m_showTabTexts = true; //!< texts for tabs
|
||||
bool m_infoAreaFloating = false; //!< whole info area floating
|
||||
bool m_showTabBar = true; //!< auto ajdust the floating widgets
|
||||
bool m_lockTabBar = false; //!< locked means no double clicks possible
|
||||
bool m_infoAreaFloating = false; //!< whole info area floating?
|
||||
bool m_showTabBar = true; //!< show the tab bar?
|
||||
bool m_lockTabBar = false; //!< locked: means double clicks ignored
|
||||
|
||||
//! Tabify the widgets
|
||||
void tabifyAllWidgets();
|
||||
|
||||
Reference in New Issue
Block a user