Skip to content

Commit

Permalink
Remove ui properties not present in Qt 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
corna committed Sep 28, 2016
1 parent 280cf3a commit 832e260
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<property name="minimumSize">
<size>
<width>445</width>
<height>450</height>
<height>455</height>
</size>
</property>
<property name="toolTip">
Expand All @@ -64,9 +64,6 @@
<property name="elideMode">
<enum>Qt::ElideNone</enum>
</property>
<property name="tabBarAutoHide">
<bool>false</bool>
</property>
<widget class="QWidget" name="tab_3">
<attribute name="title">
<string>Input/output</string>
Expand Down Expand Up @@ -2073,9 +2070,6 @@
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="sizeAdjustPolicy">
<enum>QAbstractScrollArea::AdjustToContents</enum>
</property>
<property name="dragMode">
<enum>QGraphicsView::ScrollHandDrag</enum>
</property>
Expand Down

0 comments on commit 832e260

Please sign in to comment.