Add skeleton for panel
This commit is contained in:
parent
c8c266de0b
commit
e0efbacd09
4 changed files with 63 additions and 0 deletions
24
sea_transport/skipperpanel.ui
Normal file
24
sea_transport/skipperpanel.ui
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<ui version="4.0">
|
||||
<author/>
|
||||
<comment/>
|
||||
<exportmacro/>
|
||||
<class>SkipperPanel</class>
|
||||
<widget class="QMainWindow" name="SkipperPanel">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>800</width>
|
||||
<height>600</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>MainWindow</string>
|
||||
</property>
|
||||
<widget class="QMenuBar" name="menubar"/>
|
||||
<widget class="QWidget" name="centralwidget"/>
|
||||
<widget class="QStatusBar" name="statusbar"/>
|
||||
</widget>
|
||||
<pixmapfunction/>
|
||||
<connections/>
|
||||
</ui>
|
||||
Loading…
Add table
Add a link
Reference in a new issue