rssguard/src/librssguard/gui/dialogs/formaddeditlabel.ui
2020-10-07 16:10:57 +02:00

107 lines
2.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>FormAddEditLabel</class>
<widget class="QDialog" name="FormAddEditLabel">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>224</width>
<height>97</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="ColorToolButton" name="m_btnColor">
<property name="text">
<string>...</string>
</property>
</widget>
</item>
<item>
<widget class="LineEditWithStatus" name="m_txtName" native="true"/>
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QDialogButtonBox" name="m_buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>LineEditWithStatus</class>
<extends>QWidget</extends>
<header>lineeditwithstatus.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>ColorToolButton</class>
<extends>QToolButton</extends>
<header>colortoolbutton.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>m_btnColor</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
<sender>m_buttonBox</sender>
<signal>accepted()</signal>
<receiver>FormAddEditLabel</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>214</x>
<y>132</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>141</y>
</hint>
</hints>
</connection>
<connection>
<sender>m_buttonBox</sender>
<signal>rejected()</signal>
<receiver>FormAddEditLabel</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>214</x>
<y>132</y>
</hint>
<hint type="destinationlabel">
<x>223</x>
<y>141</y>
</hint>
</hints>
</connection>
</connections>
</ui>