mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15: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:
@@ -315,6 +315,12 @@ namespace BlackGui
|
||||
return f;
|
||||
}
|
||||
|
||||
const QString &CStyleSheetUtility::fileNameAndPathSwiftStandardGui()
|
||||
{
|
||||
static const QString fn = CFileUtils::appendFilePaths(CDirectoryUtils::stylesheetsDirectory(), CStyleSheetUtility::fileNameSwiftStandardGui());
|
||||
return fn;
|
||||
}
|
||||
|
||||
const QString &CStyleSheetUtility::fileNameInfoBar()
|
||||
{
|
||||
static const QString f(getQssFileName("infobar"));
|
||||
@@ -339,6 +345,12 @@ namespace BlackGui
|
||||
return f;
|
||||
}
|
||||
|
||||
const QString &CStyleSheetUtility::fileNameAndPathStandardWidget()
|
||||
{
|
||||
static const QString fn = CFileUtils::appendFilePaths(CDirectoryUtils::stylesheetsDirectory(), CStyleSheetUtility::fileNameStandardWidget());
|
||||
return fn;
|
||||
}
|
||||
|
||||
const QString &CStyleSheetUtility::fileNameTextMessage()
|
||||
{
|
||||
static const QString f("textmessage.css");
|
||||
|
||||
Reference in New Issue
Block a user