Show "split" (or not), based on the cursor position on the box
[klaudia.git] / ui / dia_studios.ui
blobfe6bcf7dbd3e0dc5be7875fee61443b17dd70b7b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>StudiosW</class>
4 <widget class="QDialog" name="StudiosW">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>300</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Klaudia - Import Ladish Studio</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QLabel" name="label">
19 <property name="text">
20 <string>List of Ladish Studios:</string>
21 </property>
22 </widget>
23 </item>
24 <item>
25 <widget class="QTableWidget" name="listStudio">
26 <property name="editTriggers">
27 <set>QAbstractItemView::NoEditTriggers</set>
28 </property>
29 <property name="dragDropOverwriteMode">
30 <bool>false</bool>
31 </property>
32 <property name="alternatingRowColors">
33 <bool>true</bool>
34 </property>
35 <property name="selectionMode">
36 <enum>QAbstractItemView::SingleSelection</enum>
37 </property>
38 <property name="selectionBehavior">
39 <enum>QAbstractItemView::SelectRows</enum>
40 </property>
41 <property name="sortingEnabled">
42 <bool>true</bool>
43 </property>
44 <attribute name="horizontalHeaderStretchLastSection">
45 <bool>true</bool>
46 </attribute>
47 <attribute name="verticalHeaderVisible">
48 <bool>false</bool>
49 </attribute>
50 <column>
51 <property name="text">
52 <string>Studio Name</string>
53 </property>
54 </column>
55 <column>
56 <property name="text">
57 <string>Modification Time</string>
58 </property>
59 </column>
60 </widget>
61 </item>
62 <item>
63 <widget class="QDialogButtonBox" name="buttonBox">
64 <property name="orientation">
65 <enum>Qt::Horizontal</enum>
66 </property>
67 <property name="standardButtons">
68 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
69 </property>
70 </widget>
71 </item>
72 </layout>
73 </widget>
74 <resources/>
75 <connections>
76 <connection>
77 <sender>buttonBox</sender>
78 <signal>accepted()</signal>
79 <receiver>StudiosW</receiver>
80 <slot>accept()</slot>
81 <hints>
82 <hint type="sourcelabel">
83 <x>248</x>
84 <y>254</y>
85 </hint>
86 <hint type="destinationlabel">
87 <x>157</x>
88 <y>274</y>
89 </hint>
90 </hints>
91 </connection>
92 <connection>
93 <sender>buttonBox</sender>
94 <signal>rejected()</signal>
95 <receiver>StudiosW</receiver>
96 <slot>reject()</slot>
97 <hints>
98 <hint type="sourcelabel">
99 <x>316</x>
100 <y>260</y>
101 </hint>
102 <hint type="destinationlabel">
103 <x>286</x>
104 <y>274</y>
105 </hint>
106 </hints>
107 </connection>
108 </connections>
109 </ui>