UI: ProjectSettingsUI

ProjectSettingsUI for creation of new Projects + StartScreen design update
This commit is contained in:
Andreas Stallinger
2015-08-03 17:24:24 +02:00
parent f823d0ddb4
commit e7a977dd5c
28 changed files with 764 additions and 91 deletions
@@ -0,0 +1,27 @@
.QtDirectoryListBox {
border: 1px solid lightgray;
border-radius: 15px;
background-color: rgba(255, 255, 255, 200);
}
.QListWidget {
border: none;
background: transparent;
}
#roundedButton {
font-size: 15px;
color: white;
border-radius: 10px;
background: dimgray;
width: 20px;
height: 20px;
}
#roundedButton:hover {
background: lightgray;
}
#dropInfo {
color: lightgray;
}
@@ -0,0 +1,39 @@
QLineEdit {
border-radius: 10px;
border: 1px solid lightgrey;
background-color: rgba(255, 255, 255, 200);
}
#form {
background-color: rgba(255, 255, 255, 200);
border: none;
}
#moreButton {
font-size: 15px;
margin-left: 10px;
color: gray;
border-radius: 10px;
border: 1px solid lightgray;
background: white;
width: 40px;
height: 20px;
}
#moreutton:hover {
background: lightgray;
}
#windowButton {
margin-left: 10px;
color: black;
border-radius: 10px;
border: 1px solid lightgray;
background: white;
width: 40px;
height: 20px;
}
#windowButton:hover {
background: lightgray;
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

@@ -0,0 +1,28 @@
#projectButton {
font-size: 17pt;
border: 1px solid lightgray;
border-radius: 10px;
background: white;
}
#projectButton:hover {
color: white;
background: navy;
}
#recentButton{
font-size: 12pt;
color: black;
background: none;
border: none;
}
#recentButton:hover{
background: lightgray;
border-radius: 10px;
}
#recentLabel {
font-size: 16pt;
color: black;
}