Skip to content

Commit

Permalink
fix: ui file compatibility with Qt5
Browse files Browse the repository at this point in the history
  • Loading branch information
kmnhan committed Sep 3, 2024
1 parent c6407f6 commit 66c776d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/erlab/interactive/ktool.ui
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
</sizepolicy>
</property>
<property name="tabPosition">
<enum>QTabWidget::TabPosition::West</enum>
<enum>QTabWidget::West</enum>
</property>
<property name="tabShape">
<enum>QTabWidget::TabShape::Rounded</enum>
<enum>QTabWidget::Rounded</enum>
</property>
<property name="currentIndex">
<number>0</number>
Expand Down Expand Up @@ -506,7 +506,7 @@
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Orientation::Vertical</enum>
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
Expand Down

0 comments on commit 66c776d

Please sign in to comment.