Warning, /pim/trojita/src/Gui/CreateMailboxDialog.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  <class>CreateMailboxDialog</class>
0004  <widget class="QDialog" name="CreateMailboxDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>276</width>
0010     <height>110</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Create Mailbox</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <layout class="QHBoxLayout" name="horizontalLayout_2">
0019      <item>
0020       <widget class="QLabel" name="label">
0021        <property name="text">
0022         <string>&amp;Mailbox:</string>
0023        </property>
0024        <property name="buddy">
0025         <cstring>mailboxName</cstring>
0026        </property>
0027       </widget>
0028      </item>
0029      <item>
0030       <widget class="LineEdit" name="mailboxName"/>
0031      </item>
0032     </layout>
0033    </item>
0034    <item>
0035     <layout class="QHBoxLayout" name="horizontalLayout">
0036      <item>
0037       <widget class="QRadioButton" name="otherMailboxes">
0038        <property name="text">
0039         <string>Other Mai&amp;lboxes</string>
0040        </property>
0041       </widget>
0042      </item>
0043      <item>
0044       <widget class="QRadioButton" name="justMessages">
0045        <property name="text">
0046         <string>Messages Only</string>
0047        </property>
0048        <property name="checked">
0049         <bool>true</bool>
0050        </property>
0051       </widget>
0052      </item>
0053     </layout>
0054    </item>
0055    <item>
0056     <widget class="QCheckBox" name="subscribe">
0057      <property name="toolTip">
0058       <string>Check to add this mailbox to the server-side list of subscribed mailboxes</string>
0059      </property>
0060      <property name="text">
0061       <string>&amp;Subscribe</string>
0062      </property>
0063     </widget>
0064    </item>
0065    <item>
0066     <widget class="QDialogButtonBox" name="buttonBox">
0067      <property name="orientation">
0068       <enum>Qt::Horizontal</enum>
0069      </property>
0070      <property name="standardButtons">
0071       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0072      </property>
0073     </widget>
0074    </item>
0075   </layout>
0076  </widget>
0077  <customwidgets>
0078   <customwidget>
0079    <class>LineEdit</class>
0080    <extends>QLineEdit</extends>
0081    <header>LineEdit.h</header>
0082   </customwidget>
0083  </customwidgets>
0084  <tabstops>
0085   <tabstop>mailboxName</tabstop>
0086   <tabstop>otherMailboxes</tabstop>
0087   <tabstop>justMessages</tabstop>
0088   <tabstop>buttonBox</tabstop>
0089  </tabstops>
0090  <resources/>
0091  <connections>
0092   <connection>
0093    <sender>buttonBox</sender>
0094    <signal>accepted()</signal>
0095    <receiver>CreateMailboxDialog</receiver>
0096    <slot>accept()</slot>
0097    <hints>
0098     <hint type="sourcelabel">
0099      <x>227</x>
0100      <y>92</y>
0101     </hint>
0102     <hint type="destinationlabel">
0103      <x>157</x>
0104      <y>114</y>
0105     </hint>
0106    </hints>
0107   </connection>
0108   <connection>
0109    <sender>buttonBox</sender>
0110    <signal>rejected()</signal>
0111    <receiver>CreateMailboxDialog</receiver>
0112    <slot>reject()</slot>
0113    <hints>
0114     <hint type="sourcelabel">
0115      <x>274</x>
0116      <y>98</y>
0117     </hint>
0118     <hint type="destinationlabel">
0119      <x>283</x>
0120      <y>114</y>
0121     </hint>
0122    </hints>
0123   </connection>
0124  </connections>
0125 </ui>