Added new WelcomeScreen widget
The new WelcomeScreen widget is intended to be shown after startup by default. It allows the user to choose how to start the session, i.e. shows a list of recently edited projects, a list of new stuff at the Sharing Platform as well as some help related information and links.
This commit is contained in:
BIN
data/themes/default/ListArrow.png
Normal file
BIN
data/themes/default/ListArrow.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 484 B |
@@ -1,6 +1,6 @@
|
||||
/* LMMS style sheet */
|
||||
|
||||
QWhatsThat {
|
||||
QWhatsThis {
|
||||
color: black;
|
||||
}
|
||||
|
||||
@@ -12,6 +12,28 @@ automationEditor {
|
||||
background-color: rgb(0, 0, 0);
|
||||
}
|
||||
|
||||
#WelcomeFrame {
|
||||
border: 2px solid rgb(32,32,32);
|
||||
border-radius: 8px;
|
||||
padding:2px;
|
||||
}
|
||||
|
||||
#TitleSeparator {
|
||||
border: 1px solid qlineargradient(x1:0, y1:0, x2:1, y2:0,
|
||||
stop:0 #ccc, stop: 0.5 #444,
|
||||
stop:1 #ccc);
|
||||
border-width: 1px 0px 0px 0px;
|
||||
}
|
||||
#WelcomeFrame, #WelcomeFrame * {
|
||||
background-color: rgb(232,232,232);
|
||||
color: black;
|
||||
}
|
||||
|
||||
#WelcomeFrame QLabel {
|
||||
color: rgb(128, 128, 128);
|
||||
}
|
||||
|
||||
|
||||
QMenu {
|
||||
border:1px solid black;
|
||||
background-color: rgb( 192, 192, 192 );
|
||||
|
||||
Reference in New Issue
Block a user