|
@@ -36,7 +36,8 @@ extern (C) int UIAppMain(string[] args) {
|
|
TextWidget { text: "path to git repo" }
|
|
TextWidget { text: "path to git repo" }
|
|
EditLine { id: edit1; text: "todo read default path from toml file"; layoutWidth: fill }
|
|
EditLine { id: edit1; text: "todo read default path from toml file"; layoutWidth: fill }
|
|
//ComboEdit { id: type1; text: ""; minWidth: 100pt; items: ["Exclude", "Include"] }
|
|
//ComboEdit { id: type1; text: ""; minWidth: 100pt; items: ["Exclude", "Include"] }
|
|
- ComboEdit { id: type1; text: ""; items: ["Exclude", "Include"] }
|
|
|
|
|
|
+ //ComboEdit { id: type1; text: ""; items: ["Exclude", "Include"] }
|
|
|
|
+ ComboBox { id: type1; text: ""; items: ["Exclude", "Include"] }
|
|
//TextWidget { text: "param 2" }
|
|
//TextWidget { text: "param 2" }
|
|
EditLine { id: edit2; text: "*.md, *.MD"; layoutWidth: fill }
|
|
EditLine { id: edit2; text: "*.md, *.MD"; layoutWidth: fill }
|
|
Button { id: btnRun; text: "Run" }
|
|
Button { id: btnRun; text: "Run" }
|