Files
BudgetPro/mainwindow.ui
T
2026-05-24 23:21:33 +02:00

75 lines
2.0 KiB
XML

<?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&amp;xit</string>
</property>
<property name="shortcut">
<string>Ctrl+Q</string>
</property>
</action>
<action name="insertRowAction">
<property name="text">
<string>&amp;Insert Row</string>
</property>
<property name="shortcut">
<string>Ctrl+I, R</string>
</property>
</action>
<action name="removeRowAction">
<property name="text">
<string>&amp;Remove Row</string>
</property>
<property name="shortcut">
<string>Ctrl+R, R</string>
</property>
</action>
<action name="insertColumnAction">
<property name="text">
<string>Insert &amp;Column</string>
</property>
<property name="shortcut">
<string>Ctrl+I, C</string>
</property>
</action>
<action name="removeColumnAction">
<property name="text">
<string>R&amp;emove Column</string>
</property>
<property name="shortcut">
<string>Ctrl+R, C</string>
</property>
</action>
<action name="insertChildAction">
<property name="text">
<string>I&amp;nsert Child</string>
</property>
<property name="shortcut">
<string>Ctrl+N</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>