New lua versions
[ryzomcore.git] / studio / src / plugins / gui_editor / texture_chooser.ui
bloba0837ee83de69f686a48af593bee62079b786d00
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>TextureChooser</class>
4 <widget class="QDialog" name="TextureChooser">
5 <property name="windowModality">
6 <enum>Qt::ApplicationModal</enum>
7 </property>
8 <property name="geometry">
9 <rect>
10 <x>0</x>
11 <y>0</y>
12 <width>686</width>
13 <height>300</height>
14 </rect>
15 </property>
16 <property name="windowTitle">
17 <string>Texture Chooser</string>
18 </property>
19 <layout class="QGridLayout" name="gridLayout">
20 <item row="0" column="0">
21 <widget class="QTabWidget" name="tabWidget">
22 <widget class="QWidget" name="tab">
23 <attribute name="title">
24 <string>tab</string>
25 </attribute>
26 </widget>
27 </widget>
28 </item>
29 <item row="0" column="1">
30 <widget class="QLabel" name="label">
31 <property name="sizePolicy">
32 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
33 <horstretch>0</horstretch>
34 <verstretch>0</verstretch>
35 </sizepolicy>
36 </property>
37 <property name="minimumSize">
38 <size>
39 <width>351</width>
40 <height>231</height>
41 </size>
42 </property>
43 <property name="text">
44 <string/>
45 </property>
46 </widget>
47 </item>
48 <item row="1" column="0" colspan="2">
49 <layout class="QHBoxLayout">
50 <property name="spacing">
51 <number>6</number>
52 </property>
53 <property name="margin">
54 <number>0</number>
55 </property>
56 <item>
57 <spacer>
58 <property name="orientation">
59 <enum>Qt::Horizontal</enum>
60 </property>
61 <property name="sizeHint" stdset="0">
62 <size>
63 <width>131</width>
64 <height>31</height>
65 </size>
66 </property>
67 </spacer>
68 </item>
69 <item>
70 <widget class="QPushButton" name="okButton">
71 <property name="text">
72 <string>OK</string>
73 </property>
74 </widget>
75 </item>
76 <item>
77 <widget class="QPushButton" name="cancelButton">
78 <property name="text">
79 <string>Cancel</string>
80 </property>
81 </widget>
82 </item>
83 </layout>
84 </item>
85 </layout>
86 </widget>
87 <resources/>
88 <connections>
89 <connection>
90 <sender>okButton</sender>
91 <signal>clicked()</signal>
92 <receiver>TextureChooser</receiver>
93 <slot>accept()</slot>
94 <hints>
95 <hint type="sourcelabel">
96 <x>278</x>
97 <y>253</y>
98 </hint>
99 <hint type="destinationlabel">
100 <x>96</x>
101 <y>254</y>
102 </hint>
103 </hints>
104 </connection>
105 <connection>
106 <sender>cancelButton</sender>
107 <signal>clicked()</signal>
108 <receiver>TextureChooser</receiver>
109 <slot>reject()</slot>
110 <hints>
111 <hint type="sourcelabel">
112 <x>369</x>
113 <y>253</y>
114 </hint>
115 <hint type="destinationlabel">
116 <x>179</x>
117 <y>282</y>
118 </hint>
119 </hints>
120 </connection>
121 </connections>
122 </ui>