Warning, /system/ksystemlog/src/modes/journald/journaldAddressDialog.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>JournaldAddressDialog</class>
0004  <widget class="QDialog" name="JournaldAddressDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>300</width>
0010     <height>164</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <item>
0015     <layout class="QGridLayout" name="gridLayout">
0016      <item row="0" column="0">
0017       <widget class="QLabel" name="addressLabel">
0018        <property name="text">
0019         <string>Address</string>
0020        </property>
0021       </widget>
0022      </item>
0023      <item row="0" column="1">
0024       <widget class="QLineEdit" name="addressLineEdit">
0025        <property name="inputMask">
0026         <string notr="true"/>
0027        </property>
0028        <property name="text">
0029         <string notr="true"/>
0030        </property>
0031        <property name="maxLength">
0032         <number>1000</number>
0033        </property>
0034       </widget>
0035      </item>
0036      <item row="1" column="0">
0037       <widget class="QLabel" name="portLabel">
0038        <property name="text">
0039         <string>Port</string>
0040        </property>
0041       </widget>
0042      </item>
0043      <item row="1" column="1">
0044       <widget class="QLineEdit" name="portLineEdit">
0045        <property name="inputMask">
0046         <string notr="true">99999</string>
0047        </property>
0048        <property name="text">
0049         <string notr="true">19531</string>
0050        </property>
0051        <property name="maxLength">
0052         <number>5</number>
0053        </property>
0054       </widget>
0055      </item>
0056      <item row="2" column="0">
0057       <widget class="QLabel" name="httpsLabel">
0058        <property name="text">
0059         <string notr="true">HTTPS</string>
0060        </property>
0061       </widget>
0062      </item>
0063      <item row="2" column="1">
0064       <widget class="QCheckBox" name="httpsCheckBox">
0065        <property name="text">
0066         <string>Enable</string>
0067        </property>
0068       </widget>
0069      </item>
0070     </layout>
0071    </item>
0072    <item>
0073     <spacer name="verticalSpacer">
0074      <property name="orientation">
0075       <enum>Qt::Vertical</enum>
0076      </property>
0077      <property name="sizeHint" stdset="0">
0078       <size>
0079        <width>20</width>
0080        <height>40</height>
0081       </size>
0082      </property>
0083     </spacer>
0084    </item>
0085    <item>
0086     <widget class="QDialogButtonBox" name="buttonBox">
0087      <property name="orientation">
0088       <enum>Qt::Horizontal</enum>
0089      </property>
0090      <property name="standardButtons">
0091       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0092      </property>
0093      <property name="centerButtons">
0094       <bool>false</bool>
0095      </property>
0096     </widget>
0097    </item>
0098   </layout>
0099  </widget>
0100  <resources/>
0101  <connections>
0102   <connection>
0103    <sender>buttonBox</sender>
0104    <signal>accepted()</signal>
0105    <receiver>JournaldAddressDialog</receiver>
0106    <slot>accept()</slot>
0107    <hints>
0108     <hint type="sourcelabel">
0109      <x>248</x>
0110      <y>254</y>
0111     </hint>
0112     <hint type="destinationlabel">
0113      <x>157</x>
0114      <y>274</y>
0115     </hint>
0116    </hints>
0117   </connection>
0118   <connection>
0119    <sender>buttonBox</sender>
0120    <signal>rejected()</signal>
0121    <receiver>JournaldAddressDialog</receiver>
0122    <slot>reject()</slot>
0123    <hints>
0124     <hint type="sourcelabel">
0125      <x>316</x>
0126      <y>260</y>
0127     </hint>
0128     <hint type="destinationlabel">
0129      <x>286</x>
0130      <y>274</y>
0131     </hint>
0132    </hints>
0133   </connection>
0134  </connections>
0135 </ui>