Warning, /libraries/qca/examples/cmssigner/mainwin.ui is written in an unsupported language. File is not indexed.
0001 <ui version="4.0" > 0002 <class>MainWin</class> 0003 <widget class="QMainWindow" name="MainWin" > 0004 <property name="geometry" > 0005 <rect> 0006 <x>0</x> 0007 <y>0</y> 0008 <width>577</width> 0009 <height>501</height> 0010 </rect> 0011 </property> 0012 <property name="windowTitle" > 0013 <string>CMS Signer</string> 0014 </property> 0015 <widget class="QWidget" name="centralwidget" > 0016 <layout class="QVBoxLayout" > 0017 <property name="margin" > 0018 <number>9</number> 0019 </property> 0020 <property name="spacing" > 0021 <number>6</number> 0022 </property> 0023 <item> 0024 <widget class="QTabWidget" name="tabWidget" > 0025 <property name="currentIndex" > 0026 <number>0</number> 0027 </property> 0028 <widget class="QWidget" name="tab" > 0029 <attribute name="title" > 0030 <string>Keyring</string> 0031 </attribute> 0032 <layout class="QVBoxLayout" > 0033 <property name="margin" > 0034 <number>9</number> 0035 </property> 0036 <property name="spacing" > 0037 <number>6</number> 0038 </property> 0039 <item> 0040 <widget class="QListView" name="lv_users" /> 0041 </item> 0042 </layout> 0043 </widget> 0044 <widget class="QWidget" name="tab_2" > 0045 <attribute name="title" > 0046 <string>Authorities</string> 0047 </attribute> 0048 <layout class="QVBoxLayout" > 0049 <property name="margin" > 0050 <number>9</number> 0051 </property> 0052 <property name="spacing" > 0053 <number>6</number> 0054 </property> 0055 <item> 0056 <widget class="QListView" name="lv_authorities" /> 0057 </item> 0058 </layout> 0059 </widget> 0060 </widget> 0061 </item> 0062 <item> 0063 <layout class="QHBoxLayout" > 0064 <property name="margin" > 0065 <number>0</number> 0066 </property> 0067 <property name="spacing" > 0068 <number>6</number> 0069 </property> 0070 <item> 0071 <layout class="QVBoxLayout" > 0072 <property name="margin" > 0073 <number>0</number> 0074 </property> 0075 <property name="spacing" > 0076 <number>6</number> 0077 </property> 0078 <item> 0079 <widget class="QLabel" name="label_2" > 0080 <property name="text" > 0081 <string>Text:</string> 0082 </property> 0083 </widget> 0084 </item> 0085 <item> 0086 <widget class="QTextEdit" name="te_data" /> 0087 </item> 0088 </layout> 0089 </item> 0090 <item> 0091 <layout class="QVBoxLayout" > 0092 <property name="margin" > 0093 <number>0</number> 0094 </property> 0095 <property name="spacing" > 0096 <number>6</number> 0097 </property> 0098 <item> 0099 <widget class="QLabel" name="label_3" > 0100 <property name="text" > 0101 <string>Signature:</string> 0102 </property> 0103 </widget> 0104 </item> 0105 <item> 0106 <widget class="QTextEdit" name="te_sig" /> 0107 </item> 0108 </layout> 0109 </item> 0110 </layout> 0111 </item> 0112 <item> 0113 <layout class="QHBoxLayout" > 0114 <property name="margin" > 0115 <number>0</number> 0116 </property> 0117 <property name="spacing" > 0118 <number>6</number> 0119 </property> 0120 <item> 0121 <spacer> 0122 <property name="orientation" > 0123 <enum>Qt::Horizontal</enum> 0124 </property> 0125 <property name="sizeHint" > 0126 <size> 0127 <width>40</width> 0128 <height>20</height> 0129 </size> 0130 </property> 0131 </spacer> 0132 </item> 0133 <item> 0134 <widget class="QPushButton" name="pb_sign" > 0135 <property name="text" > 0136 <string>&Sign</string> 0137 </property> 0138 </widget> 0139 </item> 0140 <item> 0141 <widget class="QPushButton" name="pb_verify" > 0142 <property name="text" > 0143 <string>&Verify</string> 0144 </property> 0145 </widget> 0146 </item> 0147 </layout> 0148 </item> 0149 </layout> 0150 </widget> 0151 <widget class="QMenuBar" name="menubar" > 0152 <property name="geometry" > 0153 <rect> 0154 <x>0</x> 0155 <y>0</y> 0156 <width>577</width> 0157 <height>29</height> 0158 </rect> 0159 </property> 0160 <widget class="QMenu" name="menuHelp" > 0161 <property name="title" > 0162 <string>&Help</string> 0163 </property> 0164 <addaction name="actionAbout" /> 0165 </widget> 0166 <widget class="QMenu" name="menuFile" > 0167 <property name="title" > 0168 <string>&File</string> 0169 </property> 0170 <addaction name="actionLoadIdentityFile" /> 0171 <addaction name="actionLoadIdentityEntry" /> 0172 <addaction name="actionLoadAuthority" /> 0173 <addaction name="separator" /> 0174 <addaction name="actionConfigurePkcs11" /> 0175 <addaction name="separator" /> 0176 <addaction name="actionQuit" /> 0177 </widget> 0178 <addaction name="menuFile" /> 0179 <addaction name="menuHelp" /> 0180 </widget> 0181 <widget class="QStatusBar" name="statusbar" /> 0182 <action name="actionLoadIdentityFile" > 0183 <property name="text" > 0184 <string>Load Identity From &File...</string> 0185 </property> 0186 </action> 0187 <action name="actionLoadIdentityEntry" > 0188 <property name="text" > 0189 <string>Load Identity From &Storage Device...</string> 0190 </property> 0191 </action> 0192 <action name="actionQuit" > 0193 <property name="text" > 0194 <string>&Quit</string> 0195 </property> 0196 </action> 0197 <action name="actionAbout" > 0198 <property name="text" > 0199 <string>About CMS Signer</string> 0200 </property> 0201 </action> 0202 <action name="actionConfigurePkcs11" > 0203 <property name="text" > 0204 <string>Configure &PKCS#11 Modules...</string> 0205 </property> 0206 </action> 0207 <action name="actionLoadAuthority" > 0208 <property name="text" > 0209 <string>Load &Authority...</string> 0210 </property> 0211 </action> 0212 </widget> 0213 <tabstops> 0214 <tabstop>tabWidget</tabstop> 0215 <tabstop>lv_users</tabstop> 0216 <tabstop>lv_authorities</tabstop> 0217 <tabstop>te_data</tabstop> 0218 <tabstop>te_sig</tabstop> 0219 <tabstop>pb_sign</tabstop> 0220 <tabstop>pb_verify</tabstop> 0221 </tabstops> 0222 <resources> 0223 <include location="cmssigner.qrc" /> 0224 </resources> 0225 <connections/> 0226 </ui>