mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 10:15:43 +08:00
refs #445, prepared for data entry GUI
* unified init of GUIs * used CProject::swiftVersionString()
This commit is contained in:
committed by
Mathew Sutcliffe
parent
13df4302d7
commit
a2527e69e3
@@ -58,12 +58,12 @@ private slots:
|
||||
virtual void ps_onStyleSheetsChanged();
|
||||
|
||||
private:
|
||||
void connectSlots();
|
||||
void setupLogDisplay();
|
||||
void initSlots();
|
||||
void initLogDisplay();
|
||||
void initStyleSheet();
|
||||
void startCore(const SetupInfo &setup);
|
||||
void stopCore();
|
||||
QString getDBusAddress() const;
|
||||
void initStyleSheet();
|
||||
|
||||
QScopedPointer<Ui::CSwiftCore> ui;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user