Files
SprintPlanningTool/mainwindow.ui
2020-03-18 11:18:50 +01:00

115 lines
2.7 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>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QScrollArea" name="scrollArea">
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="StripsGrid" name="stripsGrid">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>734</width>
<height>544</height>
</rect>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>27</height>
</rect>
</property>
<widget class="QMenu" name="menu_File">
<property name="title">
<string>&amp;File</string>
</property>
<addaction name="action_Quit"/>
</widget>
<widget class="QMenu" name="menu_View">
<property name="title">
<string>&amp;View</string>
</property>
</widget>
<addaction name="menu_File"/>
<addaction name="menu_View"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<widget class="QDockWidget" name="dockWidget">
<property name="windowTitle">
<string>Points per story</string>
</property>
<attribute name="dockWidgetArea">
<number>1</number>
</attribute>
<widget class="ChartPerStory" name="chartPerStory"/>
</widget>
<widget class="QDockWidget" name="dockWidget_2">
<attribute name="dockWidgetArea">
<number>1</number>
</attribute>
<widget class="ChartPerUser" name="chartPerUser"/>
</widget>
<action name="action_Quit">
<property name="text">
<string>&amp;Quit</string>
</property>
</action>
</widget>
<customwidgets>
<customwidget>
<class>StripsGrid</class>
<extends>QWidget</extends>
<header>stripsgrid.h</header>
</customwidget>
<customwidget>
<class>ChartPerStory</class>
<extends>QWidget</extends>
<header>chartperstory.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>ChartPerUser</class>
<extends>QWidget</extends>
<header>chartperuser.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections>
<connection>
<sender>action_Quit</sender>
<signal>triggered()</signal>
<receiver>MainWindow</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>399</x>
<y>299</y>
</hint>
</hints>
</connection>
</connections>
</ui>