aboutsummaryrefslogtreecommitdiff
path: root/qt-widgets/solvercfgwidget.ui
diff options
context:
space:
mode:
Diffstat (limited to 'qt-widgets/solvercfgwidget.ui')
-rw-r--r--qt-widgets/solvercfgwidget.ui81
1 files changed, 81 insertions, 0 deletions
diff --git a/qt-widgets/solvercfgwidget.ui b/qt-widgets/solvercfgwidget.ui
new file mode 100644
index 0000000..19ff082
--- /dev/null
+++ b/qt-widgets/solvercfgwidget.ui
@@ -0,0 +1,81 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3<class>SolverCfgWidget</class>
4<widget class="SolverCfgWidget" name="solverCfgWidget">
5
6<layout class="QVBoxLayout">
7
8<item>
9<layout class="QHBoxLayout">
10 <item>
11 <widget class="QLineEdit" name="scrambleEditor">
12 <property name="placeholderText">
13 <string>Enter your scramble here...</string>
14 </property>
15 </widget>
16 </item>
17
18 <item>
19 <widget class="QPushButton" name="solveButton">
20 <property name="text">
21 <string>Solve!</string>
22 </property>
23 </widget>
24 </item>
25</layout>
26</item>
27
28<item>
29 <layout class="QHBoxLayout">
30 <item>
31 <widget class="QLabel">
32 <property name="text">
33 <string>Min moves</string>
34 </property>
35 </widget>
36 </item>
37
38 <item>
39 <widget class="QLineEdit" name="minMovesEditor">
40 <property name="maximumSize">
41 <size>
42 <width>25</width>
43 <height>20</height>
44 </size>
45 </property>
46
47 <property name="text">
48 <string>0</string>
49 </property>
50 </widget>
51 </item>
52
53 <item>
54 <widget class="QLabel">
55 <property name="text">
56 <string>Max moves</string>
57 </property>
58 </widget>
59 </item>>
60
61 <item>
62 <widget class="QLineEdit" name="maxMovesEditor">
63 <property name="maximumSize">
64 <size>
65 <width>25</width>
66 <height>20</height>
67 </size>
68 </property>
69
70 <property name="text">
71 <string>20</string>
72 </property>
73 </widget>
74 </item>
75 </layout>
76</item>
77</layout>
78
79
80</widget>
81</ui>

Generated with cgit - Back to sebastiano.tronto.net