Move ListNode dialog layout code into separate ui file
[vlp.git] / src / lgconfig / ui / dialogs / NodeListDialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>NodeListDialog</class>
4  <widget class="QDialog" name="NodeListDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>508</width>
10     <height>212</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout_2">
17    <item>
18     <layout class="QHBoxLayout" name="horizontalLayout">
19      <item>
20       <widget class="QListWidget" name="nodeList">
21        <property name="minimumSize">
22         <size>
23          <width>400</width>
24          <height>0</height>
25         </size>
26        </property>
27        <property name="selectionMode">
28         <enum>QAbstractItemView::MultiSelection</enum>
29        </property>
30       </widget>
31      </item>
32      <item>
33       <layout class="QVBoxLayout" name="verticalLayout">
34        <item>
35         <widget class="QPushButton" name="addButton">
36          <property name="text">
37           <string>Add</string>
38          </property>
39         </widget>
40        </item>
41        <item>
42         <widget class="QPushButton" name="deleteButton">
43          <property name="text">
44           <string>Delete</string>
45          </property>
46         </widget>
47        </item>
48        <item>
49         <widget class="QPushButton" name="saveButton">
50          <property name="text">
51           <string>Save</string>
52          </property>
53         </widget>
54        </item>
55        <item>
56         <spacer name="verticalSpacer">
57          <property name="orientation">
58           <enum>Qt::Vertical</enum>
59          </property>
60          <property name="sizeHint" stdset="0">
61           <size>
62            <width>20</width>
63            <height>40</height>
64           </size>
65          </property>
66         </spacer>
67        </item>
68        <item>
69         <widget class="QPushButton" name="cancelButton">
70          <property name="text">
71           <string>Cancel</string>
72          </property>
73         </widget>
74        </item>
75       </layout>
76      </item>
77     </layout>
78    </item>
79   </layout>
80  </widget>
81  <resources/>
82  <connections/>
83 </ui>