Initial commit of BudgetPro
This commit is contained in:
@@ -0,0 +1,74 @@
|
||||
<?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>677</width>
|
||||
<height>380</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Editable Tree Model</string>
|
||||
</property>
|
||||
<property name="dockOptions">
|
||||
<set>QMainWindow::AllowNestedDocks|QMainWindow::AllowTabbedDocks|QMainWindow::AnimatedDocks|QMainWindow::ForceTabbedDocks</set>
|
||||
</property>
|
||||
<widget class="QWidget" name="centralwidget">
|
||||
<layout class="QVBoxLayout" name="verticalLayout"/>
|
||||
</widget>
|
||||
<widget class="QStatusBar" name="statusbar"/>
|
||||
<action name="exitAction">
|
||||
<property name="text">
|
||||
<string>E&xit</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+Q</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="insertRowAction">
|
||||
<property name="text">
|
||||
<string>&Insert Row</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+I, R</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="removeRowAction">
|
||||
<property name="text">
|
||||
<string>&Remove Row</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+R, R</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="insertColumnAction">
|
||||
<property name="text">
|
||||
<string>Insert &Column</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+I, C</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="removeColumnAction">
|
||||
<property name="text">
|
||||
<string>R&emove Column</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+R, C</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="insertChildAction">
|
||||
<property name="text">
|
||||
<string>I&nsert Child</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+N</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
||||
Reference in New Issue
Block a user