Initial commit of BudgetPro
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ui version="4.0">
|
||||
<class>MainWindow</class>
|
||||
<widget class="QMainWindow" name="MainWindow">
|
||||
<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="QWidget" name="centralwidget"/>
|
||||
<widget class="QMenuBar" name="menubar">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>800</width>
|
||||
<height>22</height>
|
||||
</rect>
|
||||
</property>
|
||||
<widget class="QMenu" name="menufile">
|
||||
<property name="title">
|
||||
<string>file</string>
|
||||
</property>
|
||||
<addaction name="actionopen"/>
|
||||
<addaction name="actionsave"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuedit">
|
||||
<property name="title">
|
||||
<string>edit</string>
|
||||
</property>
|
||||
</widget>
|
||||
<addaction name="menufile"/>
|
||||
<addaction name="menuedit"/>
|
||||
</widget>
|
||||
<widget class="QStatusBar" name="statusbar"/>
|
||||
<action name="actionopen">
|
||||
<property name="text">
|
||||
<string>open</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionsave">
|
||||
<property name="text">
|
||||
<string>save</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
||||
Reference in New Issue
Block a user