ui: Rewrote project setup to wizzard
* QtProjectWizzard handles window managment logic of project setup * QtProjectWizzardWindow is used in every step and displays QtProjectWizzardContent * QtProjectWizzardContent is the base class for all differnt content types * Removed Singleton from ProjectSettings * ProjectSettings are created by wizzard and QtProjectWizzardContent can access and load * added project type selection at start of wizzard * added summary at end of wizzard * show global search paths in setup and summary * fixed layout problems after font switch * fixed scrolling and resizing of QtDirectoryListBox * separated QtLocationPicker to own class
This commit is contained in:
@@ -11,6 +11,7 @@ QListWidget {
|
||||
}
|
||||
|
||||
QListWidget::item {
|
||||
height: 20px;
|
||||
border-bottom: 1px solid lightgray;
|
||||
}
|
||||
|
||||
@@ -29,8 +30,7 @@ QtListItemWidget #button {
|
||||
border: 1px solid lightgray;
|
||||
border-radius: 7px;
|
||||
font-size: 12px;
|
||||
margin-bottom: 2px;
|
||||
margin-top: 2px;
|
||||
height: 14px;
|
||||
margin-right: 2px;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
@@ -8,6 +8,7 @@ QLineEdit {
|
||||
background-color: rgba(255, 255, 255, 200);
|
||||
border-radius: 10px;
|
||||
border: 1px solid lightgrey;
|
||||
height: 20px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
@@ -27,7 +28,7 @@ QLineEdit:disabled {
|
||||
background-color: rgba(255, 255, 255, 150);
|
||||
}
|
||||
|
||||
#form QLabel {
|
||||
#form #label {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@@ -52,7 +53,7 @@ QLineEdit:disabled {
|
||||
color: gray;
|
||||
font-size: 15px;
|
||||
height: 20px;
|
||||
margin-left: 10px;
|
||||
margin-left: 5px;
|
||||
width: 28px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user