-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtreesta_importer_dialog_base.ui
More file actions
65 lines (65 loc) · 1.67 KB
/
Copy pathtreesta_importer_dialog_base.ui
File metadata and controls
65 lines (65 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>TreestaImporterDialog</class>
<widget class="QDialog" name="TreestaImporterDialog">
<property name="windowTitle">
<string>Treesta Importer</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="inputLayout">
<item>
<widget class="QLineEdit" name="lineEditInput">
<property name="placeholderText">
<string>Pfad zur alten CSV-Datei…</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnBrowse">
<property name="text">
<string>Durchsuchen…</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QPushButton" name="btnConvert">
<property name="text">
<string>Umwandlung starten</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="labelStatus">
<property name="text">
<string>Statusmeldung…</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QTextEdit" name="textEditUnmapped">
<property name="readOnly">
<bool>true</bool>
</property>
<property name="placeholderText">
<string>Nicht gemappte Werte werden hier angezeigt…</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnOpenFolder">
<property name="text">
<string>📂 Ausgabeordner öffnen</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>