move rtl checkbox to another tab

This commit is contained in:
Martin Rotter 2023-07-26 09:34:42 +02:00
parent 05a28d0cad
commit 020f824100

View File

@ -60,30 +60,20 @@
</widget> </widget>
</item> </item>
<item row="2" column="0" colspan="2"> <item row="2" column="0" colspan="2">
<widget class="QCheckBox" name="m_cbFeedRTL">
<property name="text">
<string>Right-to-left layout</string>
</property>
</widget>
</item>
<item row="3" column="0" colspan="2">
<widget class="Line" name="line"> <widget class="Line" name="line">
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
</widget> </widget>
</item> </item>
<item row="4" column="0" colspan="2"> <item row="3" column="0" colspan="2">
<widget class="QCheckBox" name="m_cbAddAnyDateArticles"> <widget class="QCheckBox" name="m_cbAddAnyDateArticles">
<property name="text"> <property name="text">
<string>Add articles with any date into the database</string> <string>Add articles with any date into the database</string>
</property> </property>
<property name="checked">
<bool>true</bool>
</property>
</widget> </widget>
</item> </item>
<item row="5" column="0" colspan="2"> <item row="4" column="0" colspan="2">
<widget class="QGroupBox" name="m_gbAvoidOldArticles"> <widget class="QGroupBox" name="m_gbAvoidOldArticles">
<property name="enabled"> <property name="enabled">
<bool>true</bool> <bool>true</bool>
@ -131,17 +121,24 @@
<string>Miscellaneous</string> <string>Miscellaneous</string>
</attribute> </attribute>
<layout class="QFormLayout" name="formLayout_2"> <layout class="QFormLayout" name="formLayout_2">
<item row="1" column="0" colspan="2"> <item row="0" column="0">
<widget class="QCheckBox" name="m_cbSuppressFeed">
<property name="text">
<string>Ignore notifications for this feed</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QCheckBox" name="m_cbDisableFeed"> <widget class="QCheckBox" name="m_cbDisableFeed">
<property name="text"> <property name="text">
<string>Disable this feed</string> <string>Disable this feed</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="0" colspan="2"> <item row="2" column="0">
<widget class="QCheckBox" name="m_cbSuppressFeed"> <widget class="QCheckBox" name="m_cbFeedRTL">
<property name="text"> <property name="text">
<string>Ignore notifications for this feed</string> <string>Right-to-left layout</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -176,8 +173,12 @@
<tabstop>m_cmbAutoUpdateType</tabstop> <tabstop>m_cmbAutoUpdateType</tabstop>
<tabstop>m_spinAutoUpdateInterval</tabstop> <tabstop>m_spinAutoUpdateInterval</tabstop>
<tabstop>m_cbOpenArticlesAutomatically</tabstop> <tabstop>m_cbOpenArticlesAutomatically</tabstop>
<tabstop>m_cbAddAnyDateArticles</tabstop>
<tabstop>m_gbAvoidOldArticles</tabstop>
<tabstop>m_dtDateTimeToAvoid</tabstop>
<tabstop>m_cbSuppressFeed</tabstop> <tabstop>m_cbSuppressFeed</tabstop>
<tabstop>m_cbDisableFeed</tabstop> <tabstop>m_cbDisableFeed</tabstop>
<tabstop>m_cbFeedRTL</tabstop>
</tabstops> </tabstops>
<resources/> <resources/>
<connections> <connections>
@ -188,8 +189,8 @@
<slot>reject()</slot> <slot>reject()</slot>
<hints> <hints>
<hint type="sourcelabel"> <hint type="sourcelabel">
<x>331</x> <x>340</x>
<y>556</y> <y>580</y>
</hint> </hint>
<hint type="destinationlabel"> <hint type="destinationlabel">
<x>286</x> <x>286</x>