Warning, /pim/korganizer/src/kontactplugin/specialdates/sdsummaryconfig_base.ui is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <ui version="4.0"> 0003 <author>Allen Winter <winter@kde.org></author> 0004 <comment>Configuration page for the Korganizer Special Dates Summary</comment> 0005 <class>SDSummaryConfig_Base</class> 0006 <widget class="QWidget" name="SDSummaryConfig_Base"> 0007 <property name="geometry"> 0008 <rect> 0009 <x>0</x> 0010 <y>0</y> 0011 <width>351</width> 0012 <height>458</height> 0013 </rect> 0014 </property> 0015 <property name="windowTitle"> 0016 <string>Special Dates Summary Configuration</string> 0017 </property> 0018 <layout class="QVBoxLayout" name="verticalLayout_5"> 0019 <item> 0020 <widget class="QGroupBox" name="mDaysGroup"> 0021 <property name="title"> 0022 <string>Show Special Dates Starting</string> 0023 </property> 0024 <layout class="QVBoxLayout" name="verticalLayout"> 0025 <item> 0026 <widget class="QRadioButton" name="mDateTodayButton"> 0027 <property name="toolTip"> 0028 <string>Show special occasions for today only</string> 0029 </property> 0030 <property name="whatsThis"> 0031 <string>Check this box if you want to see special occasions occurring on this date only.</string> 0032 </property> 0033 <property name="text"> 0034 <string>&Today only</string> 0035 </property> 0036 <property name="checked"> 0037 <bool>true</bool> 0038 </property> 0039 </widget> 0040 </item> 0041 <item> 0042 <widget class="QRadioButton" name="mDateMonthButton"> 0043 <property name="toolTip"> 0044 <string>Show special occasions starting within the next month</string> 0045 </property> 0046 <property name="whatsThis"> 0047 <string>Check this box if you want to see special occasions that start sometime during the next 31 days.</string> 0048 </property> 0049 <property name="text"> 0050 <string>Within the next &month (31 days)</string> 0051 </property> 0052 <property name="checked"> 0053 <bool>false</bool> 0054 </property> 0055 </widget> 0056 </item> 0057 <item> 0058 <layout class="QHBoxLayout" name="horizontalLayout"> 0059 <item> 0060 <widget class="QRadioButton" name="mDateRangeButton"> 0061 <property name="enabled"> 0062 <bool>true</bool> 0063 </property> 0064 <property name="toolTip"> 0065 <string>Select the days for showing upcoming special occasions</string> 0066 </property> 0067 <property name="whatsThis"> 0068 <string>Check this box if you want to specify the number of days in the future for upcoming special occasions.</string> 0069 </property> 0070 <property name="text"> 0071 <string>Within the &next:</string> 0072 </property> 0073 <property name="checked"> 0074 <bool>false</bool> 0075 </property> 0076 </widget> 0077 </item> 0078 <item> 0079 <widget class="QSpinBox" name="mCustomDays"> 0080 <property name="enabled"> 0081 <bool>false</bool> 0082 </property> 0083 <property name="toolTip"> 0084 <string>Set the number of days to show upcoming special occasions</string> 0085 </property> 0086 <property name="whatsThis"> 0087 <string>Use this spinbox to set the number of days to show upcoming special occasions up to one year in the future.</string> 0088 </property> 0089 <property name="specialValueText"> 0090 <string>1 day</string> 0091 </property> 0092 <property name="suffix"> 0093 <string comment="days to show in summary"> days</string> 0094 </property> 0095 <property name="minimum"> 0096 <number>1</number> 0097 </property> 0098 <property name="maximum"> 0099 <number>365</number> 0100 </property> 0101 <property name="singleStep"> 0102 <number>1</number> 0103 </property> 0104 <property name="value"> 0105 <number>7</number> 0106 </property> 0107 </widget> 0108 </item> 0109 <item> 0110 <spacer name="horizontalSpacer"> 0111 <property name="orientation"> 0112 <enum>Qt::Horizontal</enum> 0113 </property> 0114 <property name="sizeHint" stdset="0"> 0115 <size> 0116 <width>1</width> 0117 <height>0</height> 0118 </size> 0119 </property> 0120 </spacer> 0121 </item> 0122 </layout> 0123 </item> 0124 </layout> 0125 </widget> 0126 </item> 0127 <item> 0128 <widget class="QGroupBox" name="mShowFromCalGroup"> 0129 <property name="title"> 0130 <string>Show These Special Dates From Your Calendar</string> 0131 </property> 0132 <layout class="QVBoxLayout" name="verticalLayout_2"> 0133 <item> 0134 <widget class="QCheckBox" name="mShowBirthdaysFromCalBox"> 0135 <property name="toolTip"> 0136 <string>Show birthdays from your calendar</string> 0137 </property> 0138 <property name="whatsThis"> 0139 <string>Enable this option to include birthdays from your calendar in the upcoming special occasions summary. Typically, these are events with the "Birthday" tag.</string> 0140 </property> 0141 <property name="text"> 0142 <string>Show &birthdays</string> 0143 </property> 0144 <property name="checked"> 0145 <bool>true</bool> 0146 </property> 0147 </widget> 0148 </item> 0149 <item> 0150 <widget class="QCheckBox" name="mShowAnniversariesFromCalBox"> 0151 <property name="toolTip"> 0152 <string>Show anniversaries from your calendar</string> 0153 </property> 0154 <property name="whatsThis"> 0155 <string>Enable this option to include anniversaries from your calendar in the upcoming special occasions summary. Typically, these are events with the "Anniversary" tag.</string> 0156 </property> 0157 <property name="text"> 0158 <string>Show &anniversaries</string> 0159 </property> 0160 <property name="checked"> 0161 <bool>true</bool> 0162 </property> 0163 </widget> 0164 </item> 0165 <item> 0166 <widget class="QCheckBox" name="mShowHolidaysFromCalBox"> 0167 <property name="toolTip"> 0168 <string>Show holidays from your calendar</string> 0169 </property> 0170 <property name="whatsThis"> 0171 <string>Enable this option to include holidays from your calendar in the upcoming special occasions summary. These are events from your configured holiday region, or events with the "Holiday" tag.</string> 0172 </property> 0173 <property name="text"> 0174 <string>Show &holidays</string> 0175 </property> 0176 <property name="checked"> 0177 <bool>true</bool> 0178 </property> 0179 </widget> 0180 </item> 0181 <item> 0182 <widget class="QCheckBox" name="mShowSpecialsFromCalBox"> 0183 <property name="toolTip"> 0184 <string>Show special occasions from your calendar</string> 0185 </property> 0186 <property name="whatsThis"> 0187 <string>Enable this option to include events from your calendar with the "special occasion" tag.</string> 0188 </property> 0189 <property name="text"> 0190 <string>Show s&pecial occasions</string> 0191 </property> 0192 <property name="checked"> 0193 <bool>true</bool> 0194 </property> 0195 </widget> 0196 </item> 0197 </layout> 0198 </widget> 0199 </item> 0200 <item> 0201 <widget class="QGroupBox" name="mShowFromKABButtonGroup"> 0202 <property name="title"> 0203 <string>Show These Special Dates From Your Contact List</string> 0204 </property> 0205 <layout class="QVBoxLayout" name="verticalLayout_3"> 0206 <item> 0207 <widget class="QCheckBox" name="mShowBirthdaysFromKABBox"> 0208 <property name="toolTip"> 0209 <string>Show birthdays from your address book</string> 0210 </property> 0211 <property name="whatsThis"> 0212 <string>Enable this option to include birthdays from your address book in the upcoming special occasions summary.</string> 0213 </property> 0214 <property name="text"> 0215 <string>Show birth&days</string> 0216 </property> 0217 <property name="checked"> 0218 <bool>true</bool> 0219 </property> 0220 </widget> 0221 </item> 0222 <item> 0223 <widget class="QCheckBox" name="mShowAnniversariesFromKABBox"> 0224 <property name="toolTip"> 0225 <string>Show anniversaries from your address book</string> 0226 </property> 0227 <property name="whatsThis"> 0228 <string>Enable this option to include anniversaries from your address book in the upcoming special occasions summary.</string> 0229 </property> 0230 <property name="text"> 0231 <string>Show anni&versaries</string> 0232 </property> 0233 <property name="checked"> 0234 <bool>true</bool> 0235 </property> 0236 </widget> 0237 </item> 0238 </layout> 0239 </widget> 0240 </item> 0241 <item> 0242 <widget class="QGroupBox" name="groupBox"> 0243 <property name="title"> 0244 <string>Groupware Settings</string> 0245 </property> 0246 <layout class="QVBoxLayout" name="verticalLayout_4"> 0247 <item> 0248 <widget class="QCheckBox" name="mShowMineOnly"> 0249 <property name="toolTip"> 0250 <string>Show events belonging to my calendars only</string> 0251 </property> 0252 <property name="whatsThis"> 0253 <string>Check this box if you want the summary to show events belonging to your calendars only.</string> 0254 </property> 0255 <property name="text"> 0256 <string>Show &my events only</string> 0257 </property> 0258 </widget> 0259 </item> 0260 </layout> 0261 </widget> 0262 </item> 0263 <item> 0264 <spacer> 0265 <property name="orientation"> 0266 <enum>Qt::Vertical</enum> 0267 </property> 0268 <property name="sizeHint" stdset="0"> 0269 <size> 0270 <width>0</width> 0271 <height>1</height> 0272 </size> 0273 </property> 0274 </spacer> 0275 </item> 0276 </layout> 0277 </widget> 0278 <resources/> 0279 <connections> 0280 <connection> 0281 <sender>mDateRangeButton</sender> 0282 <signal>toggled(bool)</signal> 0283 <receiver>mCustomDays</receiver> 0284 <slot>setEnabled(bool)</slot> 0285 <hints> 0286 <hint type="sourcelabel"> 0287 <x>101</x> 0288 <y>100</y> 0289 </hint> 0290 <hint type="destinationlabel"> 0291 <x>269</x> 0292 <y>100</y> 0293 </hint> 0294 </hints> 0295 </connection> 0296 </connections> 0297 </ui>