kde-playground/kdepim/calendarsupport/printing/calprintjournalconfig_base.ui

245 lines
6.5 KiB
Text
Raw Permalink Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<author>Reinhold Kainhofer &lt;reinhold@kainhofer.com&gt;</author>
<comment>Configuration page for the print journal mode.</comment>
<class>CalPrintJournalConfig_Base</class>
<widget class="QWidget" name="CalPrintJournalConfig_Base">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>507</width>
<height>311</height>
</rect>
</property>
<layout class="QVBoxLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="margin">
<number>9</number>
</property>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Print journal options:&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="mDateRangeGroup">
<property name="title">
<string>Date &amp;&amp; Time Range</string>
</property>
<layout class="QVBoxLayout">
<item>
<widget class="QRadioButton" name="mAllJournals">
<property name="text">
<string>&amp;All journal entries</string>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup</string>
</attribute>
</widget>
</item>
<item>
<widget class="QRadioButton" name="mRangeJournals">
<property name="focusPolicy">
<enum>Qt::TabFocus</enum>
</property>
<property name="text">
<string>Date &amp;range:</string>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup</string>
</attribute>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="mDateRangeLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="margin">
<number>0</number>
</property>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>15</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="mFromDateLabel">
<property name="text">
<string>&amp;Start date:</string>
</property>
<property name="buddy">
<cstring>mFromDate</cstring>
</property>
</widget>
</item>
<item>
<widget class="KDateComboBox" name="mFromDate">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="mToDateLabel">
<property name="text">
<string>&amp;End date:</string>
</property>
<property name="buddy">
<cstring>mToDate</cstring>
</property>
</widget>
</item>
<item>
<widget class="KDateComboBox" name="mToDate">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>324</width>
<height>21</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>301</width>
<height>211</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>KDateComboBox</class>
<extends>KComboBox</extends>
<header>kdatecombobox.h</header>
</customwidget>
<customwidget>
<class>KComboBox</class>
<extends>QComboBox</extends>
<header>kcombobox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>mFromDate</tabstop>
<tabstop>mToDate</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
<sender>mRangeJournals</sender>
<signal>toggled(bool)</signal>
<receiver>mFromDate</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>253</x>
<y>98</y>
</hint>
<hint type="destinationlabel">
<x>187</x>
<y>127</y>
</hint>
</hints>
</connection>
<connection>
<sender>mRangeJournals</sender>
<signal>toggled(bool)</signal>
<receiver>mFromDateLabel</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>253</x>
<y>98</y>
</hint>
<hint type="destinationlabel">
<x>78</x>
<y>127</y>
</hint>
</hints>
</connection>
<connection>
<sender>mRangeJournals</sender>
<signal>toggled(bool)</signal>
<receiver>mToDate</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>253</x>
<y>98</y>
</hint>
<hint type="destinationlabel">
<x>397</x>
<y>127</y>
</hint>
</hints>
</connection>
<connection>
<sender>mRangeJournals</sender>
<signal>toggled(bool)</signal>
<receiver>mToDateLabel</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>253</x>
<y>98</y>
</hint>
<hint type="destinationlabel">
<x>292</x>
<y>127</y>
</hint>
</hints>
</connection>
</connections>
<buttongroups>
<buttongroup name="buttonGroup"/>
</buttongroups>
</ui>