minor updates to main window ui

Tue, 28 Jun 2022 22:18:11 +0300

author
Teemu Piippo <teemu.s.piippo@gmail.com>
date
Tue, 28 Jun 2022 22:18:11 +0300
changeset 304
5d280bceb713
parent 303
f4383ac6e21e
child 305
d891da20abca

minor updates to main window ui

src/mainwindow.ui file | annotate | diff | comparison | revisions
--- a/src/mainwindow.ui	Tue Jun 28 21:38:32 2022 +0300
+++ b/src/mainwindow.ui	Tue Jun 28 22:18:11 2022 +0300
@@ -116,6 +116,9 @@
    <property name="windowTitle">
     <string>toolBar</string>
    </property>
+   <property name="toolButtonStyle">
+    <enum>Qt::ToolButtonTextUnderIcon</enum>
+   </property>
    <attribute name="toolBarArea">
     <enum>TopToolBarArea</enum>
    </attribute>
@@ -131,6 +134,9 @@
    <property name="windowTitle">
     <string>toolBar</string>
    </property>
+   <property name="toolButtonStyle">
+    <enum>Qt::ToolButtonTextUnderIcon</enum>
+   </property>
    <attribute name="toolBarArea">
     <enum>TopToolBarArea</enum>
    </attribute>
@@ -147,6 +153,9 @@
    <property name="windowTitle">
     <string>toolBar_2</string>
    </property>
+   <property name="toolButtonStyle">
+    <enum>Qt::ToolButtonTextUnderIcon</enum>
+   </property>
    <attribute name="toolBarArea">
     <enum>TopToolBarArea</enum>
    </attribute>
@@ -163,6 +172,9 @@
    <property name="windowTitle">
     <string>toolBar_2</string>
    </property>
+   <property name="toolButtonStyle">
+    <enum>Qt::ToolButtonTextUnderIcon</enum>
+   </property>
    <attribute name="toolBarArea">
     <enum>LeftToolBarArea</enum>
    </attribute>
@@ -211,6 +223,12 @@
        <property name="selectionBehavior">
         <enum>QAbstractItemView::SelectRows</enum>
        </property>
+       <property name="verticalScrollMode">
+        <enum>QAbstractItemView::ScrollPerPixel</enum>
+       </property>
+       <property name="horizontalScrollMode">
+        <enum>QAbstractItemView::ScrollPerPixel</enum>
+       </property>
        <property name="wordWrap">
         <bool>true</bool>
        </property>

mercurial