Wed, 13 Jul 2022 15:34:50 +0200
Revisions <no_multi_processing, Variables Viewer, with_python2> closed.
<ui version="4.0" > <class>GraphicsPage</class> <widget class="QWidget" name="GraphicsPage" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>440</width> <height>334</height> </rect> </property> <layout class="QVBoxLayout" > <item> <widget class="QLabel" name="headerLabel" > <property name="text" > <string><b>Configure graphics settings</b></string> </property> </widget> </item> <item> <widget class="Line" name="line7" > <property name="frameShape" > <enum>QFrame::HLine</enum> </property> <property name="frameShadow" > <enum>QFrame::Sunken</enum> </property> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <layout class="QHBoxLayout" > <item> <widget class="QPushButton" name="graphicsFontButton" > <property name="toolTip" > <string>Press to select the font for the graphic items</string> </property> <property name="text" > <string>Graphics Font</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="graphicsFontSample" > <property name="focusPolicy" > <enum>Qt::NoFocus</enum> </property> <property name="text" > <string>Graphics Font</string> </property> <property name="alignment" > <set>Qt::AlignHCenter</set> </property> <property name="readOnly" > <bool>true</bool> </property> </widget> </item> </layout> </item> <item> <spacer> <property name="orientation" > <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0" > <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> </layout> </widget> <tabstops> <tabstop>graphicsFontButton</tabstop> </tabstops> <resources/> <connections/> </ui>