Commit 77d4ac61 authored by Michael Carpenter's avatar Michael Carpenter

Change so UASQuickViewItemSelect widget no longer has extra buttons

parent e5e59205
......@@ -13,41 +13,9 @@
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>30</x>
<y>410</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_2">
<property name="geometry">
<rect>
<x>230</x>
<y>410</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QScrollArea" name="scrollArea">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>531</width>
<height>321</height>
</rect>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>
......@@ -56,8 +24,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>529</width>
<height>319</height>
<width>551</width>
<height>454</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
......@@ -67,6 +35,8 @@
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment