Fix game:addSpawnShapesByZone
[ryzomcore.git] / studio / src / plugins / core / plugin_view_dialog.ui
blob45c4695e859d0f9b041002da267eaba286c8efc2
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>PluginView</class>
4 <widget class="QDialog" name="PluginView">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>756</width>
10 <height>296</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>About plugins</string>
15 </property>
16 <property name="modal">
17 <bool>true</bool>
18 </property>
19 <layout class="QGridLayout" name="gridLayout">
20 <item row="0" column="0" colspan="7">
21 <widget class="QTreeWidget" name="pluginTreeWidget">
22 <property name="alternatingRowColors">
23 <bool>true</bool>
24 </property>
25 <property name="indentation">
26 <number>0</number>
27 </property>
28 <property name="rootIsDecorated">
29 <bool>false</bool>
30 </property>
31 <property name="uniformRowHeights">
32 <bool>true</bool>
33 </property>
34 <property name="itemsExpandable">
35 <bool>false</bool>
36 </property>
37 <property name="sortingEnabled">
38 <bool>true</bool>
39 </property>
40 <column>
41 <property name="text">
42 <string>Name</string>
43 </property>
44 </column>
45 <column>
46 <property name="text">
47 <string>Version</string>
48 </property>
49 </column>
50 <column>
51 <property name="text">
52 <string>Vendor</string>
53 </property>
54 </column>
55 <column>
56 <property name="text">
57 <string>Location</string>
58 </property>
59 </column>
60 </widget>
61 </item>
62 <item row="1" column="0">
63 <widget class="QPushButton" name="detailsPushButton">
64 <property name="enabled">
65 <bool>false</bool>
66 </property>
67 <property name="text">
68 <string>Details</string>
69 </property>
70 </widget>
71 </item>
72 <item row="1" column="1">
73 <widget class="QPushButton" name="errorPushButton">
74 <property name="enabled">
75 <bool>false</bool>
76 </property>
77 <property name="text">
78 <string>Error details</string>
79 </property>
80 </widget>
81 </item>
82 <item row="1" column="2">
83 <widget class="QPushButton" name="allObjectsPushButton">
84 <property name="enabled">
85 <bool>false</bool>
86 </property>
87 <property name="text">
88 <string>All objects list</string>
89 </property>
90 </widget>
91 </item>
92 <item row="1" column="3">
93 <widget class="QPushButton" name="unloadButton">
94 <property name="enabled">
95 <bool>false</bool>
96 </property>
97 <property name="text">
98 <string>Unload plugin</string>
99 </property>
100 </widget>
101 </item>
102 <item row="1" column="4">
103 <widget class="QPushButton" name="loadButton">
104 <property name="text">
105 <string>Load plugin</string>
106 </property>
107 </widget>
108 </item>
109 <item row="1" column="5">
110 <spacer name="horizontalSpacer">
111 <property name="orientation">
112 <enum>Qt::Horizontal</enum>
113 </property>
114 <property name="sizeHint" stdset="0">
115 <size>
116 <width>427</width>
117 <height>20</height>
118 </size>
119 </property>
120 </spacer>
121 </item>
122 <item row="1" column="6">
123 <widget class="QPushButton" name="closePushButton">
124 <property name="text">
125 <string>Close</string>
126 </property>
127 </widget>
128 </item>
129 </layout>
130 </widget>
131 <resources>
132 <include location="../../studio.qrc"/>
133 </resources>
134 <connections>
135 <connection>
136 <sender>closePushButton</sender>
137 <signal>clicked()</signal>
138 <receiver>PluginView</receiver>
139 <slot>accept()</slot>
140 <hints>
141 <hint type="sourcelabel">
142 <x>620</x>
143 <y>232</y>
144 </hint>
145 <hint type="destinationlabel">
146 <x>507</x>
147 <y>226</y>
148 </hint>
149 </hints>
150 </connection>
151 </connections>
152 </ui>