ProfileSelect
0
0
418
272
Select Profile
:/icons/logo-sm.png:/icons/logo-sm.png
QDialog {
background: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(240, 240, 240, 255), stop:1 rgba(220, 220, 220, 255));
}
QGroupBox {
background-color: white;
border: 1px solid gray;
border-radius: 5px;
margin-top: 3ex; /* leave space at the top for the title */
}
QGroupBox::title {
subcontrol-origin: margin;
subcontrol-position: top center; /* position at the top center */
padding: 2px;
background-color: white;
}
QFrame {
background: white;
border: 1px solid gray;
border-radius: 10px;
}
QLabel {
background: transparent;
border: 0px;
}
QPushButton {
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(240, 240, 240, 255), stop:1 rgba(255, 255, 255, 255));
border: 1px solid gray;
border-radius: 10px;
padding: 3px;
padding-left: 20px;
padding-right: 20px;
}
QPushButton:hover {
background: white;
border: 2px solid gray;
}
QPushButton:pressed {
background: gray;
}
QLineEdit {
border-radius: 5px;
border: 1px solid gray;
background: white;
}
6
6
6
6
6
-
6
-
QFrame::StyledPanel
QFrame::Raised
-
-
border: 0px;
Search:
-
-
Qt::CustomContextMenu
border: 0px;
QFrame::NoFrame
QAbstractScrollArea::AdjustToContents
true
QAbstractItemView::ScrollPerPixel
-
QFrame {
background: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(255, 255, 255, 255), stop:1 rgba(220, 220, 220, 255));
};
QFrame::StyledPanel
QFrame::Raised
6
16
16
16
16
-
0
0
Start with the selected user profile.
&Select User
:/icons/forward.png:/icons/forward.png
false
-
Qt::Horizontal
-
Create a new user profile.
New Profile
false
-
Qt::Horizontal
-
Choose a different OSCAR data folder.
&Different Folder
false
-
Qt::Vertical
20
40
-
15
75
true
border: 0px;
OSCAR
Qt::AlignCenter
-
border: 0px;
[version]
Qt::AlignCenter
-
Qt::Vertical
20
40
-
Click here if you didn't want to start OSCAR.
&Quit
false
-
0
0
QFrame::StyledPanel
QFrame::Plain
4
4
4
4
4
-
75
true
border: 0px;
Folder:
-
0
0
The current location of OSCAR data store.
border: 0px;
[data directory]
true
quitButton
clicked()
ProfileSelect
reject()
52
276
199
149