Restore compilation of loggraph, extract code layout of kernel's message dialog into...
[vlp.git] / src / kernel / ui / dialogs / MessageDialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MessageDialog</class>
4  <widget class="QDialog" name="MessageDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>308</width>
10     <height>160</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Send message to node</string>
15   </property>
16   <layout class="QHBoxLayout" name="horizontalLayout">
17    <item>
18     <layout class="QVBoxLayout" name="verticalLayout_3">
19      <item>
20       <layout class="QVBoxLayout" name="verticalLayout">
21        <item>
22         <widget class="QLabel" name="label">
23          <property name="sizePolicy">
24           <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
25            <horstretch>0</horstretch>
26            <verstretch>0</verstretch>
27           </sizepolicy>
28          </property>
29          <property name="text">
30           <string>Node number</string>
31          </property>
32         </widget>
33        </item>
34        <item>
35         <widget class="QSpinBox" name="spinBox"/>
36        </item>
37       </layout>
38      </item>
39      <item>
40       <layout class="QVBoxLayout" name="verticalLayout_2">
41        <item>
42         <widget class="QLabel" name="label_2">
43          <property name="sizePolicy">
44           <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
45            <horstretch>0</horstretch>
46            <verstretch>0</verstretch>
47           </sizepolicy>
48          </property>
49          <property name="text">
50           <string>Message</string>
51          </property>
52         </widget>
53        </item>
54        <item>
55         <widget class="QLineEdit" name="lineEdit"/>
56        </item>
57        <item>
58         <spacer name="verticalSpacer">
59          <property name="orientation">
60           <enum>Qt::Vertical</enum>
61          </property>
62          <property name="sizeHint" stdset="0">
63           <size>
64            <width>20</width>
65            <height>40</height>
66           </size>
67          </property>
68         </spacer>
69        </item>
70       </layout>
71      </item>
72     </layout>
73    </item>
74    <item>
75     <widget class="QDialogButtonBox" name="buttonBox">
76      <property name="orientation">
77       <enum>Qt::Vertical</enum>
78      </property>
79      <property name="standardButtons">
80       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
81      </property>
82     </widget>
83    </item>
84   </layout>
85  </widget>
86  <resources/>
87  <connections>
88   <connection>
89    <sender>buttonBox</sender>
90    <signal>accepted()</signal>
91    <receiver>MessageDialog</receiver>
92    <slot>accept()</slot>
93    <hints>
94     <hint type="sourcelabel">
95      <x>248</x>
96      <y>254</y>
97     </hint>
98     <hint type="destinationlabel">
99      <x>157</x>
100      <y>274</y>
101     </hint>
102    </hints>
103   </connection>
104   <connection>
105    <sender>buttonBox</sender>
106    <signal>rejected()</signal>
107    <receiver>MessageDialog</receiver>
108    <slot>reject()</slot>
109    <hints>
110     <hint type="sourcelabel">
111      <x>316</x>
112      <y>260</y>
113     </hint>
114     <hint type="destinationlabel">
115      <x>286</x>
116      <y>274</y>
117     </hint>
118    </hints>
119   </connection>
120  </connections>
121 </ui>