2013-09-03 16:57:38 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>TableView</class>
|
2014-10-17 19:22:49 +00:00
|
|
|
<widget class="QGroupBox" name="TableView">
|
2013-09-03 16:57:38 +00:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2014-10-17 19:22:49 +00:00
|
|
|
<width>400</width>
|
|
|
|
<height>300</height>
|
2013-09-03 16:57:38 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2014-10-17 19:22:49 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2013-09-03 16:57:38 +00:00
|
|
|
<item>
|
2014-10-17 19:22:49 +00:00
|
|
|
<widget class="QTableView" name="tableView"/>
|
2013-09-03 16:57:38 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|