Warning, /pim/kalarm/src/resources/singlefileresourceconfigdialog.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!--
0003    SPDX-FileCopyrightText: 2020, 2023 David Jarvie <djarvie@kde.org>
0004    SPDX-License-Identifier: GPL-2.0-or-later
0005 -->
0006 <ui version="4.0">
0007  <class>SingleFileResourceConfigWidget</class>
0008  <widget class="QWidget" name="SingleFileResourceConfigWidget">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>580</width>
0014     <height>0</height>
0015    </rect>
0016   </property>
0017   <layout class="QVBoxLayout" name="mainLayout">
0018    <item>
0019     <widget class="QGroupBox" name="pathGroupBox">
0020      <property name="title">
0021       <string comment="@title:group">Calendar File</string>
0022      </property>
0023      <layout class="QVBoxLayout" name="verticalLayout_4">
0024       <item>
0025        <layout class="QHBoxLayout" name="horizontalLayout">
0026         <item>
0027          <widget class="QLabel" name="pathLabel">
0028           <property name="text">
0029            <string comment="@label:textbox">Filename:</string>
0030           </property>
0031           <property name="buddy">
0032            <cstring>pathRequester</cstring>
0033           </property>
0034          </widget>
0035         </item>
0036         <item>
0037          <widget class="KUrlRequester" name="pathRequester"/>
0038         </item>
0039         <item>
0040          <widget class="QLineEdit" name="pathText">
0041           <property name="readOnly">
0042            <bool>true</bool>
0043           </property>
0044          </widget>
0045         </item>
0046        </layout>
0047       </item>
0048       <item>
0049        <layout class="QHBoxLayout" name="verticalLayout">
0050         <item>
0051          <widget class="QLabel" name="statusLabel">
0052           <property name="text">
0053            <string notr="true">Status:</string>
0054           </property>
0055          </widget>
0056         </item>
0057        </layout>
0058       </item>
0059       <item>
0060        <widget class="KTextEdit" name="pathDescription">
0061         <property name="readOnly">
0062          <bool>true</bool>
0063         </property>
0064         <property name="sizeAdjustPolicy">
0065          <enum>QAbstractScrollArea::AdjustToContents</enum>
0066         </property>
0067         <property name="html">
0068          <string>Select the file to hold this calendar. If the file does not exist, it will be created. The URL of a remote file can also be specified, but note that monitoring for file changes will not work in this case.</string>
0069         </property>
0070        </widget>
0071       </item>
0072      </layout>
0073     </widget>
0074    </item>
0075    <item>
0076     <widget class="QGroupBox" name="alarmTypeGroupBox">
0077      <property name="title">
0078       <string comment="@title:group">Alarm Type</string>
0079      </property>
0080      <layout class="QVBoxLayout" name="gridLayout">
0081       <item>
0082        <layout class="QHBoxLayout" name="layout">
0083         <item>
0084          <widget class="QRadioButton" name="activeRadio">
0085           <property name="text">
0086            <string comment="@option:radio">Active Alarms</string>
0087           </property>
0088           <property name="checked">
0089            <bool>false</bool>
0090           </property>
0091           <attribute name="buttonGroup">
0092            <string notr="true">alarmTypeGroup</string>
0093           </attribute>
0094          </widget>
0095         </item>
0096         <item>
0097          <widget class="QRadioButton" name="archivedRadio">
0098           <property name="text">
0099            <string comment="@option:radio">Archived Alarms</string>
0100           </property>
0101           <property name="checked">
0102            <bool>false</bool>
0103           </property>
0104           <attribute name="buttonGroup">
0105            <string notr="true">alarmTypeGroup</string>
0106           </attribute>
0107          </widget>
0108         </item>
0109         <item>
0110          <widget class="QRadioButton" name="templateRadio">
0111           <property name="text">
0112            <string comment="@option:radio">Alarm Templates</string>
0113           </property>
0114           <property name="checked">
0115            <bool>false</bool>
0116           </property>
0117           <attribute name="buttonGroup">
0118            <string notr="true">alarmTypeGroup</string>
0119           </attribute>
0120          </widget>
0121         </item>
0122        </layout>
0123       </item>
0124       <item>
0125        <widget class="KTextEdit" name="alarmTypeDescription">
0126         <property name="readOnly">
0127          <bool>true</bool>
0128         </property>
0129         <property name="sizeAdjustPolicy">
0130          <enum>QAbstractScrollArea::AdjustToContents</enum>
0131         </property>
0132         <property name="html">
0133          <string>Select which alarm type this calendar should contain.</string>
0134         </property>
0135        </widget>
0136       </item>
0137       <item>
0138        <layout class="QHBoxLayout" name="horizontalLayout_4">
0139         <item>
0140          <widget class="QLabel" name="alarmTypeLabel">
0141           <property name="text">
0142            <string comment="@label:textbox">Alarm type:</string>
0143           </property>
0144          </widget>
0145         </item>
0146         <item>
0147          <widget class="QLineEdit" name="activeAlarmsText">
0148           <property name="readOnly">
0149            <bool>true</bool>
0150           </property>
0151           <property name="visible">
0152            <bool>false</bool>
0153           </property>
0154           <property name="text">
0155            <string comment="@item">Active Alarms</string>
0156           </property>
0157          </widget>
0158         </item>
0159         <item>
0160          <widget class="QLineEdit" name="archivedAlarmsText">
0161           <property name="readOnly">
0162            <bool>true</bool>
0163           </property>
0164           <property name="visible">
0165            <bool>false</bool>
0166           </property>
0167           <property name="text">
0168            <string comment="@item">Archived Alarms</string>
0169           </property>
0170          </widget>
0171         </item>
0172         <item>
0173          <widget class="QLineEdit" name="templateAlarmsText">
0174           <property name="readOnly">
0175            <bool>true</bool>
0176           </property>
0177           <property name="visible">
0178            <bool>false</bool>
0179           </property>
0180           <property name="text">
0181            <string comment="@item">Alarm Templates</string>
0182           </property>
0183          </widget>
0184         </item>
0185        </layout>
0186       </item>
0187      </layout>
0188     </widget>
0189    </item>
0190    <item>
0191     <widget class="QGroupBox" name="nameGroupBox">
0192      <property name="title">
0193       <string comment="@title:group">Display Name</string>
0194      </property>
0195      <layout class="QVBoxLayout" name="verticalLayout_2">
0196       <item>
0197        <layout class="QHBoxLayout" name="horizontalLayout_2">
0198         <item>
0199          <widget class="QLabel" name="label_1">
0200           <property name="text">
0201            <string comment="@label:textbox">Name:</string>
0202           </property>
0203           <property name="buddy">
0204            <cstring>displayNameText</cstring>
0205           </property>
0206          </widget>
0207         </item>
0208         <item>
0209          <widget class="KLineEdit" name="displayNameText"/>
0210         </item>
0211        </layout>
0212       </item>
0213       <item>
0214        <widget class="KTextEdit" name="nameDescription">
0215         <property name="readOnly">
0216          <bool>true</bool>
0217         </property>
0218         <property name="sizeAdjustPolicy">
0219          <enum>QAbstractScrollArea::AdjustToContents</enum>
0220         </property>
0221         <property name="html">
0222          <string>Enter the display name used to identify this calendar.</string>
0223         </property>
0224        </widget>
0225       </item>
0226      </layout>
0227     </widget>
0228    </item>
0229    <item>
0230     <widget class="QGroupBox" name="readOnlyGroupBox">
0231      <property name="title">
0232       <string comment="@title:group">Access Rights</string>
0233      </property>
0234      <layout class="QVBoxLayout" name="gridLayout_4">
0235       <item>
0236        <widget class="QCheckBox" name="readOnlyCheckbox">
0237         <property name="text">
0238          <string comment="@option:check">Read only</string>
0239         </property>
0240         <property name="checked">
0241          <bool>false</bool>
0242         </property>
0243        </widget>
0244       </item>
0245       <item>
0246        <widget class="KTextEdit" name="readOnlyDescription">
0247         <property name="readOnly">
0248          <bool>true</bool>
0249         </property>
0250         <property name="sizeAdjustPolicy">
0251          <enum>QAbstractScrollArea::AdjustToContents</enum>
0252         </property>
0253         <property name="html">
0254          <string>If read-only mode is enabled, no changes will be written to the file. Read-only mode will be automatically enabled if you do not have write access to the file or the file is on a remote server that does not support write access.</string>
0255         </property>
0256        </widget>
0257       </item>
0258      </layout>
0259     </widget>
0260    </item>
0261    <item>
0262     <widget class="QDialogButtonBox" name="buttonBox">
0263      <property name="standardButtons">
0264       <set>QDialogButtonBox::Ok|QDialogButtonBox::Cancel</set>
0265      </property>
0266     </widget>
0267    </item>
0268   </layout>
0269  </widget>
0270  <customwidgets>
0271   <customwidget>
0272    <class>KUrlRequester</class>
0273    <extends>QWidget</extends>
0274    <header>kurlrequester.h</header>
0275   </customwidget>
0276   <customwidget>
0277    <class>KLineEdit</class>
0278    <extends>QLineEdit</extends>
0279    <header>klineedit.h</header>
0280   </customwidget>
0281   <customwidget>
0282    <class>KTextEdit</class>
0283    <extends>QTextEdit</extends>
0284    <header>ktextedit.h</header>
0285   </customwidget>
0286  </customwidgets>
0287  <resources/>
0288  <connections/>
0289  <buttongroups>
0290   <buttongroup name="alarmTypeGroup"/>
0291  </buttongroups>
0292 </ui>