summaryrefslogtreecommitdiff
path: root/src/mainwindow.ui
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-11-01 22:57:22 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2020-11-01 22:57:22 +0200
commitc90d8b4458966e9908b82e8d786ff699089176c7 (patch)
treef011e61635268cf230d463349c8e2d912cc3dc2c /src/mainwindow.ui
parentSet version through meson (diff)
downloadqimv-c90d8b4458966e9908b82e8d786ff699089176c7.tar.xz
Add ScaleForm widget
Diffstat (limited to 'src/mainwindow.ui')
-rw-r--r--src/mainwindow.ui50
1 files changed, 1 insertions, 49 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui
index 2676638..56105ca 100644
--- a/src/mainwindow.ui
+++ b/src/mainwindow.ui
@@ -41,7 +41,7 @@
<x>0</x>
<y>0</y>
<width>798</width>
- <height>552</height>
+ <height>578</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
@@ -74,54 +74,6 @@
</widget>
</widget>
</item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <spacer name="horizontalSpacer">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- <item>
- <widget class="QToolButton" name="ori_toolButton">
- <property name="text">
- <string>original</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QToolButton" name="fit_toolButton">
- <property name="text">
- <string>fit</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QSlider" name="scale_slider">
- <property name="maximum">
- <number>100</number>
- </property>
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="scale_label">
- <property name="text">
- <string>0%</string>
- </property>
- </widget>
- </item>
- </layout>
- </item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">