]> git.sven.stormbind.net Git - sven/vym.git/blob - lockedfiledialog.ui
e180756ec9e6dd2285854ffd604be63e297858c6
[sven/vym.git] / lockedfiledialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>LockedFileDialog</class>
4  <widget class="QDialog" name="LockedFileDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>557</width>
10     <height>177</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <widget class="QTextEdit" name="warningTE">
19      <property name="palette">
20       <palette>
21        <active>
22         <colorrole role="Base">
23          <brush brushstyle="SolidPattern">
24           <color alpha="255">
25            <red>238</red>
26            <green>238</green>
27            <blue>238</blue>
28           </color>
29          </brush>
30         </colorrole>
31        </active>
32        <inactive>
33         <colorrole role="Base">
34          <brush brushstyle="SolidPattern">
35           <color alpha="255">
36            <red>238</red>
37            <green>238</green>
38            <blue>238</blue>
39           </color>
40          </brush>
41         </colorrole>
42        </inactive>
43        <disabled>
44         <colorrole role="Base">
45          <brush brushstyle="SolidPattern">
46           <color alpha="255">
47            <red>238</red>
48            <green>238</green>
49            <blue>238</blue>
50           </color>
51          </brush>
52         </colorrole>
53        </disabled>
54       </palette>
55      </property>
56      <property name="frameShape">
57       <enum>QFrame::NoFrame</enum>
58      </property>
59      <property name="frameShadow">
60       <enum>QFrame::Plain</enum>
61      </property>
62      <property name="readOnly">
63       <bool>true</bool>
64      </property>
65     </widget>
66    </item>
67    <item>
68     <spacer name="verticalSpacer">
69      <property name="orientation">
70       <enum>Qt::Vertical</enum>
71      </property>
72      <property name="sizeHint" stdset="0">
73       <size>
74        <width>20</width>
75        <height>26</height>
76       </size>
77      </property>
78     </spacer>
79    </item>
80    <item>
81     <layout class="QHBoxLayout">
82      <property name="spacing">
83       <number>6</number>
84      </property>
85      <property name="leftMargin">
86       <number>0</number>
87      </property>
88      <property name="topMargin">
89       <number>0</number>
90      </property>
91      <property name="rightMargin">
92       <number>0</number>
93      </property>
94      <property name="bottomMargin">
95       <number>0</number>
96      </property>
97      <item>
98       <spacer>
99        <property name="orientation">
100         <enum>Qt::Horizontal</enum>
101        </property>
102        <property name="sizeType">
103         <enum>QSizePolicy::Expanding</enum>
104        </property>
105        <property name="sizeHint" stdset="0">
106         <size>
107          <width>73</width>
108          <height>31</height>
109         </size>
110        </property>
111       </spacer>
112      </item>
113      <item>
114       <widget class="QPushButton" name="deleteLockfileButton">
115        <property name="text">
116         <string>Delete lockfile</string>
117        </property>
118       </widget>
119      </item>
120      <item>
121       <widget class="QPushButton" name="openReadonlyButton">
122        <property name="text">
123         <string>Open readonly</string>
124        </property>
125       </widget>
126      </item>
127     </layout>
128    </item>
129   </layout>
130  </widget>
131  <resources/>
132  <connections>
133   <connection>
134    <sender>openReadonlyButton</sender>
135    <signal>pressed()</signal>
136    <receiver>LockedFileDialog</receiver>
137    <slot>accept()</slot>
138    <hints>
139     <hint type="sourcelabel">
140      <x>518</x>
141      <y>234</y>
142     </hint>
143     <hint type="destinationlabel">
144      <x>272</x>
145      <y>127</y>
146     </hint>
147    </hints>
148   </connection>
149   <connection>
150    <sender>deleteLockfileButton</sender>
151    <signal>pressed()</signal>
152    <receiver>LockedFileDialog</receiver>
153    <slot>reject()</slot>
154    <hints>
155     <hint type="sourcelabel">
156      <x>436</x>
157      <y>232</y>
158     </hint>
159     <hint type="destinationlabel">
160      <x>219</x>
161      <y>223</y>
162     </hint>
163    </hints>
164   </connection>
165  </connections>
166 </ui>