Warning, /libraries/qca/examples/cmssigner/certview.ui is written in an unsupported language. File is not indexed.
0001 <ui version="4.0" > 0002 <class>CertView</class> 0003 <widget class="QDialog" name="CertView" > 0004 <property name="geometry" > 0005 <rect> 0006 <x>0</x> 0007 <y>0</y> 0008 <width>400</width> 0009 <height>300</height> 0010 </rect> 0011 </property> 0012 <property name="windowTitle" > 0013 <string>View Certificate</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="QComboBox" name="cb_chain" /> 0024 </item> 0025 <item> 0026 <widget class="QFrame" name="frame" > 0027 <property name="frameShape" > 0028 <enum>QFrame::StyledPanel</enum> 0029 </property> 0030 <property name="frameShadow" > 0031 <enum>QFrame::Raised</enum> 0032 </property> 0033 <layout class="QVBoxLayout" > 0034 <property name="margin" > 0035 <number>9</number> 0036 </property> 0037 <property name="spacing" > 0038 <number>6</number> 0039 </property> 0040 <item> 0041 <widget class="QLabel" name="lb_info" > 0042 <property name="alignment" > 0043 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> 0044 </property> 0045 </widget> 0046 </item> 0047 </layout> 0048 </widget> 0049 </item> 0050 <item> 0051 <widget class="QDialogButtonBox" name="buttonBox" > 0052 <property name="orientation" > 0053 <enum>Qt::Horizontal</enum> 0054 </property> 0055 <property name="standardButtons" > 0056 <set>QDialogButtonBox::Close</set> 0057 </property> 0058 </widget> 0059 </item> 0060 </layout> 0061 </widget> 0062 <tabstops> 0063 <tabstop>cb_chain</tabstop> 0064 <tabstop>buttonBox</tabstop> 0065 </tabstops> 0066 <resources/> 0067 <connections> 0068 <connection> 0069 <sender>buttonBox</sender> 0070 <signal>rejected()</signal> 0071 <receiver>CertView</receiver> 0072 <slot>reject()</slot> 0073 <hints> 0074 <hint type="sourcelabel" > 0075 <x>284</x> 0076 <y>278</y> 0077 </hint> 0078 <hint type="destinationlabel" > 0079 <x>291</x> 0080 <y>299</y> 0081 </hint> 0082 </hints> 0083 </connection> 0084 </connections> 0085 </ui>