klayout/src/laybasic/LayoutViewConfigPage.ui

71 lines
1.6 KiB
XML

<ui version="4.0" >
<class>LayoutViewConfigPage</class>
<widget class="QFrame" name="LayoutViewConfigPage" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>449</width>
<height>57</height>
</rect>
</property>
<property name="windowTitle" >
<string>Settings</string>
</property>
<layout class="QGridLayout" >
<property name="margin" >
<number>9</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item row="0" column="1" >
<widget class="lay::ColorButton" name="bkgnd_color_pb" >
<property name="autoFillBackground" >
<bool>false</bool>
</property>
<property name="text" >
<string/>
</property>
</widget>
</item>
<item row="0" column="0" >
<widget class="QLabel" name="label" >
<property name="text" >
<string>Background color</string>
</property>
</widget>
</item>
<item row="0" column="2" >
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" >
<size>
<width>111</width>
<height>31</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11" />
<customwidgets>
<customwidget>
<class>lay::ColorButton</class>
<extends>QPushButton</extends>
<header>layWidgets.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>bkgnd_color_pb</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>