ui: Added plain text editing dialog to list boxes in project setup UI

* Added class QtTextEditDialog for displaying text content
* Added edit button to QtDirectoryListBox
* Replaced show files button dialog using QtProjectWizzardContentSourceList with QtTextEditDialog
This commit is contained in:
Eberhard Graether
2016-08-20 00:46:09 +02:00
parent e508741c9a
commit c43e074c9e
21 changed files with 253 additions and 222 deletions
+1 -1
View File
@@ -160,7 +160,7 @@
background: #CFD2E0;
}
#files {
#textField {
border: 1px solid lightgray;
border-radius: 12px;
padding: 6px;