root/hydranode/utils/fileviewer/fileviewer.ui

Revision 2520, 1.8 kB (checked in by madcat, 3 years ago)

No longer displays console window on win32.
Added icon for the window.

Line 
1 <ui version="4.0" >
2  <author></author>
3  <comment></comment>
4  <exportmacro></exportmacro>
5  <class>MainWindow</class>
6  <widget class="QMainWindow" name="MainWindow" >
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>800</width>
12     <height>600</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string>Hydranode MetaDatabase viewer</string>
17   </property>
18   <property name="windowIcon" >
19    <iconset resource="fileviewer" >:/icon/hydranode.png</iconset>
20   </property>
21   <widget class="QWidget" name="centralWidget" >
22    <layout class="QGridLayout" >
23     <property name="margin" >
24      <number>8</number>
25     </property>
26     <property name="spacing" >
27      <number>6</number>
28     </property>
29     <item row="0" column="0" >
30      <widget class="QTreeWidget" name="outWnd" >
31       <property name="alternatingRowColors" >
32        <bool>true</bool>
33       </property>
34       <property name="indentation" >
35        <number>0</number>
36       </property>
37       <property name="rootIsDecorated" >
38        <bool>false</bool>
39       </property>
40       <property name="itemsExpandable" >
41        <bool>false</bool>
42       </property>
43       <property name="columnCount" >
44        <number>3</number>
45       </property>
46       <property name="sortingEnabled" >
47        <bool>true</bool>
48       </property>
49       <column>
50        <property name="text" >
51         <string>0</string>
52        </property>
53       </column>
54       <column>
55        <property name="text" >
56         <string>1</string>
57        </property>
58       </column>
59       <column>
60        <property name="text" >
61         <string>2</string>
62        </property>
63       </column>
64      </widget>
65     </item>
66    </layout>
67   </widget>
68  </widget>
69  <pixmapfunction></pixmapfunction>
70  <resources>
71   <include location="fileviewer" />
72   <include location="fileviewer.qrc" />
73  </resources>
74  <connections/>
75 </ui>
Note: See TracBrowser for help on using the browser.