mirror of
https://github.com/OpenFOAM/ThirdParty-6.git
synced 2025-12-08 06:57:43 +00:00
200 lines
5.2 KiB
XML
200 lines
5.2 KiB
XML
<ui version="4.0" >
|
|
<class>SimpleView</class>
|
|
<widget class="QMainWindow" name="SimpleView" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1002</width>
|
|
<height>666</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle" >
|
|
<string>SimpleView</string>
|
|
</property>
|
|
<property name="windowIcon" >
|
|
<iconset resource="Icons/icons.qrc" >:/Icons/help.png</iconset>
|
|
</property>
|
|
<property name="iconSize" >
|
|
<size>
|
|
<width>22</width>
|
|
<height>22</height>
|
|
</size>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget" >
|
|
<widget class="QGroupBox" name="groupBoxGraph" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>9</x>
|
|
<y>9</y>
|
|
<width>984</width>
|
|
<height>569</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy" >
|
|
<sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
|
|
<horstretch>1</horstretch>
|
|
<verstretch>1</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="title" >
|
|
<string>Views</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" >
|
|
<property name="spacing" >
|
|
<number>0</number>
|
|
</property>
|
|
<property name="leftMargin" >
|
|
<number>0</number>
|
|
</property>
|
|
<property name="topMargin" >
|
|
<number>0</number>
|
|
</property>
|
|
<property name="rightMargin" >
|
|
<number>0</number>
|
|
</property>
|
|
<property name="bottomMargin" >
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QSplitter" name="splitter" >
|
|
<property name="orientation" >
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<widget class="QFrame" name="tableFrame" >
|
|
<layout class="QVBoxLayout" >
|
|
<property name="spacing" >
|
|
<number>0</number>
|
|
</property>
|
|
<property name="leftMargin" >
|
|
<number>0</number>
|
|
</property>
|
|
<property name="topMargin" >
|
|
<number>0</number>
|
|
</property>
|
|
<property name="rightMargin" >
|
|
<number>0</number>
|
|
</property>
|
|
<property name="bottomMargin" >
|
|
<number>0</number>
|
|
</property>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QVTKWidget" name="qvtkWidget" >
|
|
<property name="sizePolicy" >
|
|
<sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
|
|
<horstretch>1</horstretch>
|
|
<verstretch>1</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize" >
|
|
<size>
|
|
<width>300</width>
|
|
<height>300</height>
|
|
</size>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1002</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuFile" >
|
|
<property name="title" >
|
|
<string>File</string>
|
|
</property>
|
|
<addaction name="actionOpenFile" />
|
|
<addaction name="actionSave" />
|
|
<addaction name="separator" />
|
|
<addaction name="actionPrint" />
|
|
<addaction name="actionHelp" />
|
|
<addaction name="actionExit" />
|
|
</widget>
|
|
<addaction name="menuFile" />
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar" />
|
|
<widget class="QToolBar" name="toolBar" >
|
|
<property name="orientation" >
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="iconSize" >
|
|
<size>
|
|
<width>22</width>
|
|
<height>22</height>
|
|
</size>
|
|
</property>
|
|
<attribute name="toolBarArea" >
|
|
<enum>TopToolBarArea</enum>
|
|
</attribute>
|
|
<attribute name="toolBarBreak" >
|
|
<bool>false</bool>
|
|
</attribute>
|
|
<addaction name="actionOpenFile" />
|
|
<addaction name="actionSave" />
|
|
<addaction name="separator" />
|
|
<addaction name="actionPrint" />
|
|
<addaction name="actionHelp" />
|
|
</widget>
|
|
<action name="actionOpenFile" >
|
|
<property name="enabled" >
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="icon" >
|
|
<iconset resource="Icons/icons.qrc" >:/Icons/fileopen.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Open File...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionExit" >
|
|
<property name="text" >
|
|
<string>Exit</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionPrint" >
|
|
<property name="icon" >
|
|
<iconset resource="Icons/icons.qrc" >:/Icons/print.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Print</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionHelp" >
|
|
<property name="icon" >
|
|
<iconset resource="Icons/icons.qrc" >:/Icons/help.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Help</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSave" >
|
|
<property name="icon" >
|
|
<iconset resource="Icons/icons.qrc" >:/Icons/filesave.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Save</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>QVTKWidget</class>
|
|
<extends>QWidget</extends>
|
|
<header>QVTKWidget.h</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources>
|
|
<include location="Icons/icons.qrc" />
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|