Sat, 05 Oct 2019 23:47:03 +0300
added the settings editor
7 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <ui version="4.0"> | |
3 | <class>LibrariesEditor</class> | |
4 | <widget class="QWidget" name="LibrariesEditor"> | |
5 | <property name="geometry"> | |
6 | <rect> | |
7 | <x>0</x> | |
8 | <y>0</y> | |
9 | <width>434</width> | |
10 | <height>256</height> | |
11 | </rect> | |
12 | </property> | |
13 | <property name="windowTitle"> | |
14 | <string>Form</string> | |
15 | </property> | |
16 | <layout class="QVBoxLayout" name="verticalLayout"> | |
17 | <item> | |
18 | <layout class="QHBoxLayout" name="horizontalLayout"> | |
19 | <item> | |
20 | <widget class="QLineEdit" name="newLibraryPath"/> | |
21 | </item> | |
22 | <item> | |
23 | <widget class="QPushButton" name="newLibrarySearch"> | |
24 | <property name="text"> | |
25 | <string>…</string> | |
26 | </property> | |
27 | </widget> | |
28 | </item> | |
29 | <item> | |
30 | <widget class="QPushButton" name="newLibraryAdd"> | |
31 | <property name="text"> | |
32 | <string>Add</string> | |
33 | </property> | |
34 | </widget> | |
35 | </item> | |
36 | </layout> | |
37 | </item> | |
38 | <item> | |
39 | <widget class="QTableView" name="librariesTable"> | |
40 | <attribute name="verticalHeaderCascadingSectionResizes"> | |
41 | <bool>true</bool> | |
42 | </attribute> | |
43 | </widget> | |
44 | </item> | |
45 | </layout> | |
46 | </widget> | |
47 | <resources/> | |
48 | <connections/> | |
49 | </ui> |