-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparametersdialog.ui
86 lines (86 loc) · 1.88 KB
/
parametersdialog.ui
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ParametersDialog</class>
<widget class="QDialog" name="ParametersDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>276</width>
<height>224</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QPushButton" name="startApp">
<property name="geometry">
<rect>
<x>11</x>
<y>11</y>
<width>131</width>
<height>27</height>
</rect>
</property>
<property name="text">
<string>start application</string>
</property>
</widget>
<widget class="QPushButton" name="loadButton">
<property name="geometry">
<rect>
<x>50</x>
<y>90</y>
<width>93</width>
<height>27</height>
</rect>
</property>
<property name="text">
<string>Load file</string>
</property>
</widget>
<widget class="QLabel" name="fileNameLabel">
<property name="geometry">
<rect>
<x>10</x>
<y>160</y>
<width>141</width>
<height>51</height>
</rect>
</property>
<property name="locale">
<locale language="Hungarian" country="Hungary"/>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="text">
<string/>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
<property name="alignment">
<set>Qt::AlignJustify|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QCheckBox" name="isEndless">
<property name="geometry">
<rect>
<x>160</x>
<y>10</y>
<width>94</width>
<height>22</height>
</rect>
</property>
<property name="toolTip">
<string>use esc to quit</string>
</property>
<property name="text">
<string>endlessly</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>