Warning, /libraries/qca/examples/cmssigner/keyselect.ui is written in an unsupported language. File is not indexed.

0001 <ui version="4.0" >
0002  <class>KeySelect</class>
0003  <widget class="QDialog" name="KeySelect" >
0004   <property name="geometry" >
0005    <rect>
0006     <x>0</x>
0007     <y>0</y>
0008     <width>363</width>
0009     <height>233</height>
0010    </rect>
0011   </property>
0012   <property name="windowTitle" >
0013    <string>Storage Device Browser</string>
0014   </property>
0015   <layout class="QVBoxLayout" >
0016    <property name="margin" >
0017     <number>9</number>
0018    </property>
0019    <property name="spacing" >
0020     <number>6</number>
0021    </property>
0022    <item>
0023     <widget class="QLabel" name="label" >
0024      <property name="text" >
0025       <string>Select an identity from a storage device below:</string>
0026      </property>
0027     </widget>
0028    </item>
0029    <item>
0030     <widget class="QTreeView" name="lv_stores" />
0031    </item>
0032    <item>
0033     <layout class="QHBoxLayout" >
0034      <property name="margin" >
0035       <number>0</number>
0036      </property>
0037      <property name="spacing" >
0038       <number>6</number>
0039      </property>
0040      <item>
0041       <widget class="QLabel" name="lb_busy" />
0042      </item>
0043      <item>
0044       <widget class="QDialogButtonBox" name="buttonBox" >
0045        <property name="orientation" >
0046         <enum>Qt::Horizontal</enum>
0047        </property>
0048        <property name="standardButtons" >
0049         <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
0050        </property>
0051       </widget>
0052      </item>
0053     </layout>
0054    </item>
0055   </layout>
0056  </widget>
0057  <tabstops>
0058   <tabstop>lv_stores</tabstop>
0059   <tabstop>buttonBox</tabstop>
0060  </tabstops>
0061  <resources/>
0062  <connections>
0063   <connection>
0064    <sender>buttonBox</sender>
0065    <signal>accepted()</signal>
0066    <receiver>KeySelect</receiver>
0067    <slot>accept()</slot>
0068    <hints>
0069     <hint type="sourcelabel" >
0070      <x>227</x>
0071      <y>211</y>
0072     </hint>
0073     <hint type="destinationlabel" >
0074      <x>157</x>
0075      <y>232</y>
0076     </hint>
0077    </hints>
0078   </connection>
0079   <connection>
0080    <sender>buttonBox</sender>
0081    <signal>rejected()</signal>
0082    <receiver>KeySelect</receiver>
0083    <slot>reject()</slot>
0084    <hints>
0085     <hint type="sourcelabel" >
0086      <x>295</x>
0087      <y>217</y>
0088     </hint>
0089     <hint type="destinationlabel" >
0090      <x>286</x>
0091      <y>232</y>
0092     </hint>
0093    </hints>
0094   </connection>
0095  </connections>
0096 </ui>