Skip to content

Commit 832e260

Browse files
committed
Remove ui properties not present in Qt 5.0.0
1 parent 280cf3a commit 832e260

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

mainwindow.ui

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<property name="minimumSize">
4444
<size>
4545
<width>445</width>
46-
<height>450</height>
46+
<height>455</height>
4747
</size>
4848
</property>
4949
<property name="toolTip">
@@ -64,9 +64,6 @@
6464
<property name="elideMode">
6565
<enum>Qt::ElideNone</enum>
6666
</property>
67-
<property name="tabBarAutoHide">
68-
<bool>false</bool>
69-
</property>
7067
<widget class="QWidget" name="tab_3">
7168
<attribute name="title">
7269
<string>Input/output</string>
@@ -2073,9 +2070,6 @@
20732070
<property name="horizontalScrollBarPolicy">
20742071
<enum>Qt::ScrollBarAlwaysOff</enum>
20752072
</property>
2076-
<property name="sizeAdjustPolicy">
2077-
<enum>QAbstractScrollArea::AdjustToContents</enum>
2078-
</property>
20792073
<property name="dragMode">
20802074
<enum>QGraphicsView::ScrollHandDrag</enum>
20812075
</property>

0 commit comments

Comments
 (0)