volmetrics
diff ui/mainwin.ui @ 36:1df14c5ffa71
conversion to Qt
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Fri, 06 Feb 2015 22:39:51 +0200 |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ui/mainwin.ui Fri Feb 06 22:39:51 2015 +0200 1.3 @@ -0,0 +1,160 @@ 1.4 +<?xml version="1.0" encoding="UTF-8"?> 1.5 +<ui version="4.0"> 1.6 + <class>MainWin</class> 1.7 + <widget class="QMainWindow" name="MainWin"> 1.8 + <property name="geometry"> 1.9 + <rect> 1.10 + <x>0</x> 1.11 + <y>0</y> 1.12 + <width>701</width> 1.13 + <height>471</height> 1.14 + </rect> 1.15 + </property> 1.16 + <property name="windowTitle"> 1.17 + <string>MainWin</string> 1.18 + </property> 1.19 + <widget class="QWidget" name="centralWidget"> 1.20 + <layout class="QHBoxLayout" name="horizontalLayout"> 1.21 + <item> 1.22 + <widget class="GLView" name="glview"/> 1.23 + </item> 1.24 + </layout> 1.25 + </widget> 1.26 + <widget class="QMenuBar" name="menuBar"> 1.27 + <property name="geometry"> 1.28 + <rect> 1.29 + <x>0</x> 1.30 + <y>0</y> 1.31 + <width>701</width> 1.32 + <height>22</height> 1.33 + </rect> 1.34 + </property> 1.35 + <widget class="QMenu" name="menu_File"> 1.36 + <property name="title"> 1.37 + <string>&File</string> 1.38 + </property> 1.39 + <addaction name="action_open"/> 1.40 + <addaction name="separator"/> 1.41 + <addaction name="action_quit"/> 1.42 + </widget> 1.43 + <widget class="QMenu" name="menu_Help"> 1.44 + <property name="title"> 1.45 + <string>&Help</string> 1.46 + </property> 1.47 + <addaction name="action_about"/> 1.48 + </widget> 1.49 + <addaction name="menu_File"/> 1.50 + <addaction name="menu_Help"/> 1.51 + </widget> 1.52 + <widget class="QToolBar" name="mainToolBar"> 1.53 + <attribute name="toolBarArea"> 1.54 + <enum>TopToolBarArea</enum> 1.55 + </attribute> 1.56 + <attribute name="toolBarBreak"> 1.57 + <bool>false</bool> 1.58 + </attribute> 1.59 + </widget> 1.60 + <widget class="QStatusBar" name="status_bar"/> 1.61 + <widget class="QDockWidget" name="dockWidget"> 1.62 + <attribute name="dockWidgetArea"> 1.63 + <number>1</number> 1.64 + </attribute> 1.65 + <widget class="QWidget" name="dockWidgetContents"> 1.66 + <layout class="QVBoxLayout" name="verticalLayout_2"> 1.67 + <item> 1.68 + <widget class="QGroupBox" name="groupBox"> 1.69 + <property name="title"> 1.70 + <string>Windowing</string> 1.71 + </property> 1.72 + <layout class="QVBoxLayout" name="verticalLayout"> 1.73 + <item> 1.74 + <layout class="QHBoxLayout" name="horizontalLayout_2"> 1.75 + <item> 1.76 + <widget class="QLabel" name="label"> 1.77 + <property name="text"> 1.78 + <string>low</string> 1.79 + </property> 1.80 + </widget> 1.81 + </item> 1.82 + <item> 1.83 + <widget class="QDoubleSpinBox" name="spin_win_low"> 1.84 + <property name="maximum"> 1.85 + <double>1.000000000000000</double> 1.86 + </property> 1.87 + <property name="singleStep"> 1.88 + <double>0.010000000000000</double> 1.89 + </property> 1.90 + </widget> 1.91 + </item> 1.92 + </layout> 1.93 + </item> 1.94 + <item> 1.95 + <layout class="QHBoxLayout" name="horizontalLayout_3"> 1.96 + <item> 1.97 + <widget class="QLabel" name="label_2"> 1.98 + <property name="text"> 1.99 + <string>high</string> 1.100 + </property> 1.101 + </widget> 1.102 + </item> 1.103 + <item> 1.104 + <widget class="QDoubleSpinBox" name="spin_win_high"> 1.105 + <property name="maximum"> 1.106 + <double>1.000000000000000</double> 1.107 + </property> 1.108 + <property name="singleStep"> 1.109 + <double>0.010000000000000</double> 1.110 + </property> 1.111 + <property name="value"> 1.112 + <double>1.000000000000000</double> 1.113 + </property> 1.114 + </widget> 1.115 + </item> 1.116 + </layout> 1.117 + </item> 1.118 + </layout> 1.119 + </widget> 1.120 + </item> 1.121 + <item> 1.122 + <spacer name="verticalSpacer"> 1.123 + <property name="orientation"> 1.124 + <enum>Qt::Vertical</enum> 1.125 + </property> 1.126 + <property name="sizeHint" stdset="0"> 1.127 + <size> 1.128 + <width>20</width> 1.129 + <height>252</height> 1.130 + </size> 1.131 + </property> 1.132 + </spacer> 1.133 + </item> 1.134 + </layout> 1.135 + </widget> 1.136 + </widget> 1.137 + <action name="action_open"> 1.138 + <property name="text"> 1.139 + <string>&Open</string> 1.140 + </property> 1.141 + </action> 1.142 + <action name="action_quit"> 1.143 + <property name="text"> 1.144 + <string>&Quit</string> 1.145 + </property> 1.146 + </action> 1.147 + <action name="action_about"> 1.148 + <property name="text"> 1.149 + <string>&About</string> 1.150 + </property> 1.151 + </action> 1.152 + </widget> 1.153 + <layoutdefault spacing="6" margin="11"/> 1.154 + <customwidgets> 1.155 + <customwidget> 1.156 + <class>GLView</class> 1.157 + <extends>QOpenGLWidget</extends> 1.158 + <header>glview.h</header> 1.159 + </customwidget> 1.160 + </customwidgets> 1.161 + <resources/> 1.162 + <connections/> 1.163 +</ui>