mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 02:42:51 +00:00
245 lines
6.5 KiB
Text
245 lines
6.5 KiB
Text
![]() |
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<author>Reinhold Kainhofer <reinhold@kainhofer.com></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><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||
|
p, li { white-space: pre-wrap; }
|
||
|
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
|
||
|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Print journal options:</span></p></body></html></string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QGroupBox" name="mDateRangeGroup">
|
||
|
<property name="title">
|
||
|
<string>Date && Time Range</string>
|
||
|
</property>
|
||
|
<layout class="QVBoxLayout">
|
||
|
<item>
|
||
|
<widget class="QRadioButton" name="mAllJournals">
|
||
|
<property name="text">
|
||
|
<string>&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 &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>&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>&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>
|