--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/Preferences/ConfigurationPages/GraphicsPage.ui Sun Apr 14 15:09:21 2019 +0200 @@ -0,0 +1,83 @@ +<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>