* removed QtSourceGroupWizard, QtSourceGroupWizardPage and context types * removed isInForm flag of QtProjectWizardContent * added check of empty source paths * set project window as parent for message boxes, so they don't get hidden behind main window * fixed issues when removing and duplicating source groups * updated project setup tests to no steps
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
QLabel, QCheckBox, QRadioButton {
|
||||
#window QLabel,
|
||||
#window QCheckBox,
|
||||
#window QRadioButton {
|
||||
color: white;
|
||||
}
|
||||
|
||||
QRadioButton::indicator {
|
||||
#window QRadioButton::indicator {
|
||||
background: white;
|
||||
border-radius: 6px;
|
||||
border: 3px solid white;
|
||||
@@ -11,7 +13,7 @@ QRadioButton::indicator {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
QRadioButton::indicator:checked {
|
||||
#window QRadioButton::indicator:checked {
|
||||
background: #444;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
* {
|
||||
#window * {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
QLabel, QCheckBox {
|
||||
#window QLabel, #window QCheckBox {
|
||||
color: black;
|
||||
}
|
||||
|
||||
QCheckBox::indicator {
|
||||
#window QCheckBox::indicator {
|
||||
color: black;
|
||||
}
|
||||
|
||||
QCheckBox:disabled {
|
||||
#window QCheckBox:disabled {
|
||||
color: gray;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user