PreferencesDialog: initial draft
Here's an initial draft for the new preferences dialog. The basics of the GUI are done, however there's absolutely no functionality yet.
This commit is contained in:
BIN
data/themes/default/folder-64.png
Normal file
BIN
data/themes/default/folder-64.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
BIN
data/themes/default/preferences-desktop-sound.png
Normal file
BIN
data/themes/default/preferences-desktop-sound.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.8 KiB |
BIN
data/themes/default/preferences-system.png
Normal file
BIN
data/themes/default/preferences-system.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.1 KiB |
BIN
data/themes/default/setup-midi.png
Executable file
BIN
data/themes/default/setup-midi.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 8.1 KiB |
BIN
data/themes/default/setup-plugins.png
Normal file
BIN
data/themes/default/setup-plugins.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.1 KiB |
@@ -12,6 +12,17 @@ automationEditor {
|
||||
background-color: rgb(0, 0, 0);
|
||||
}
|
||||
|
||||
#PreferencesDialog QListView::item:selected {
|
||||
background: qlineargradient(x1: 0, y1:0, x2:0,y2:1, stop:0 rgb(84,87,96), stop:1 rgb(54,57,66));
|
||||
border-radius: 8px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#PreferencesDialog QListView::item:hover:!selected {
|
||||
background: qlineargradient(x1: 0, y1:0, x2:0,y2:1, stop:0 rgb(104,107,116), stop:1 rgb(94,97,106));
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
#WelcomeFrame {
|
||||
border: 2px solid rgb(32,32,32);
|
||||
border-radius: 8px;
|
||||
|
||||
Reference in New Issue
Block a user