mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
refs #603, new CMD args, formerly passed by env.vars
* removed from CProject * removed. env. vars menu items * prepared for vatlib cmd. args * prepared for eol (end of lifetime) timestamp (time bomb)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
d7e5b5206c
commit
f4cbfc2fa9
@@ -23,16 +23,15 @@
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
class CGuiApplication;
|
||||
|
||||
//! Reads and provides style sheets
|
||||
class BLACKGUI_EXPORT CStyleSheetUtility : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
friend class CGuiApplication;
|
||||
|
||||
public:
|
||||
|
||||
//! Read the *.qss files
|
||||
bool read();
|
||||
|
||||
//! Style for given file name
|
||||
QString style(const QString &fileName) const;
|
||||
|
||||
@@ -136,6 +135,9 @@ namespace BlackGui
|
||||
void styleSheetsChanged();
|
||||
|
||||
private:
|
||||
//! Read the *.qss files
|
||||
bool read();
|
||||
|
||||
QMap<QString, QString> m_styleSheets; //!< filename, stylesheet
|
||||
QScopedPointer<QSettings> m_iniFile;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user