Tue, 28 Jun 2022 22:18:11 +0300
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>