mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 19:35:33 +08:00
Style sheet improvements
* button clicked shown in different style (better user experience) * menu toopen main style sheet
This commit is contained in:
@@ -95,6 +95,9 @@ namespace BlackGui
|
||||
//! File name for standard widgets
|
||||
static const QString &fileNameStandardWidget();
|
||||
|
||||
//! Full file path and name for standard widgets
|
||||
static const QString &fileNameAndPathStandardWidget();
|
||||
|
||||
//! File name textmessage.qss
|
||||
static const QString &fileNameTextMessage();
|
||||
|
||||
@@ -104,6 +107,9 @@ namespace BlackGui
|
||||
//! File name swift standard GUI
|
||||
static const QString &fileNameSwiftStandardGui();
|
||||
|
||||
//! Full file path and name for swift standard GUI
|
||||
static const QString &fileNameAndPathSwiftStandardGui();
|
||||
|
||||
//! File name swiftcore.qss
|
||||
static const QString &fileNameSwiftCore();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user