New lua versions
[ryzomcore.git] / studio / src / plugins / bnp_manager / bnp_manager_window.ui
blob4e695f72ce4f66683a9693005fda49c3723108f0
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>BNPManagerWindow</class>
4 <widget class="QMainWindow" name="BNPManagerWindow">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>800</width>
10 <height>600</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>BNP Manager</string>
15 </property>
16 <property name="styleSheet">
17 <string notr="true"/>
18 </property>
19 <widget class="QWidget" name="centralwidget">
20 <property name="styleSheet">
21 <string notr="true">QWidget#centralwidget {
22 image: url(:/images/ic_nel_georges_editor.png);
23 }</string>
24 </property>
25 <layout class="QGridLayout" name="gridLayout">
26 <item row="0" column="1">
27 <widget class="QTableWidget" name="tableWidget"/>
28 </item>
29 <item row="0" column="0">
30 <widget class="QTreeView" name="treeView"/>
31 </item>
32 </layout>
33 </widget>
34 <widget class="QToolBar" name="toolBar">
35 <property name="windowTitle">
36 <string>toolBar</string>
37 </property>
38 <attribute name="toolBarArea">
39 <enum>TopToolBarArea</enum>
40 </attribute>
41 <attribute name="toolBarBreak">
42 <bool>false</bool>
43 </attribute>
44 </widget>
45 </widget>
46 <resources>
47 <include location="bnp_manager.qrc"/>
48 </resources>
49 <connections/>
50 </ui>