comparison Samples/Qt/BasicSceneWindow.ui @ 849:8a8cf2991538 am-dev

Qt sample (work in progress)
author Alain Mazy <alain@mazy.be>
date Mon, 17 Jun 2019 15:04:47 +0200
parents
children 12b591d5d63c
comparison
equal deleted inserted replaced
838:997290c7d537 849:8a8cf2991538
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>BasicSceneWindow</class>
4 <widget class="QMainWindow" name="BasicSceneWindow">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>903</width>
10 <height>634</height>
11 </rect>
12 </property>
13 <property name="minimumSize">
14 <size>
15 <width>500</width>
16 <height>300</height>
17 </size>
18 </property>
19 <property name="baseSize">
20 <size>
21 <width>500</width>
22 <height>300</height>
23 </size>
24 </property>
25 <property name="windowTitle">
26 <string>Stone of Orthanc</string>
27 </property>
28 <property name="layoutDirection">
29 <enum>Qt::LeftToRight</enum>
30 </property>
31 <widget class="QWidget" name="centralwidget">
32 <property name="sizePolicy">
33 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
34 <horstretch>0</horstretch>
35 <verstretch>0</verstretch>
36 </sizepolicy>
37 </property>
38 <property name="layoutDirection">
39 <enum>Qt::LeftToRight</enum>
40 </property>
41 <layout class="QVBoxLayout" name="verticalLayout_2" stretch="0">
42 <property name="sizeConstraint">
43 <enum>QLayout::SetDefaultConstraint</enum>
44 </property>
45 <item>
46 <widget class="QStoneOpenGlWidget" name="centralWidget">
47 <property name="minimumSize">
48 <size>
49 <width>0</width>
50 <height>500</height>
51 </size>
52 </property>
53 </widget>
54 </item>
55 </layout>
56 </widget>
57 <widget class="QMenuBar" name="menubar">
58 <property name="geometry">
59 <rect>
60 <x>0</x>
61 <y>0</y>
62 <width>903</width>
63 <height>21</height>
64 </rect>
65 </property>
66 <widget class="QMenu" name="menuTest">
67 <property name="title">
68 <string>Test</string>
69 </property>
70 </widget>
71 <addaction name="menuTest"/>
72 </widget>
73 <widget class="QStatusBar" name="statusbar"/>
74 </widget>
75 <customwidgets>
76 <customwidget>
77 <class>QStoneOpenGlWidget</class>
78 <extends>QStoneOpenGlWidget</extends>
79 <header location="global">QStoneOpenGlWidget.h</header>
80 </customwidget>
81 </customwidgets>
82 <resources/>
83 <connections/>
84 </ui>