Warning, /graphics/kst-plot/src/libkstapp/bugreportwizard.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>BugReportWizard</class> 0004 <widget class="QDialog" name="BugReportWizard"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>532</width> 0010 <height>197</height> 0011 </rect> 0012 </property> 0013 <property name="windowTitle"> 0014 <string>Bug Report Wizard</string> 0015 </property> 0016 <layout class="QVBoxLayout" name="verticalLayout"> 0017 <item> 0018 <layout class="QHBoxLayout" name="horizontalLayout"> 0019 <item> 0020 <layout class="QGridLayout" name="gridLayout"> 0021 <item row="0" column="0"> 0022 <widget class="QLabel" name="label"> 0023 <property name="text"> 0024 <string>Kst version:</string> 0025 </property> 0026 </widget> 0027 </item> 0028 <item row="0" column="1"> 0029 <widget class="QLabel" name="_kstVersion"> 0030 <property name="text"> 0031 <string/> 0032 </property> 0033 </widget> 0034 </item> 0035 <item row="1" column="0"> 0036 <widget class="QLabel" name="label_2"> 0037 <property name="text"> 0038 <string>OS:</string> 0039 </property> 0040 </widget> 0041 </item> 0042 <item row="1" column="1"> 0043 <widget class="QLabel" name="_OS"> 0044 <property name="text"> 0045 <string/> 0046 </property> 0047 </widget> 0048 </item> 0049 </layout> 0050 </item> 0051 <item> 0052 <spacer name="horizontalSpacer_2"> 0053 <property name="orientation"> 0054 <enum>Qt::Horizontal</enum> 0055 </property> 0056 <property name="sizeHint" stdset="0"> 0057 <size> 0058 <width>238</width> 0059 <height>17</height> 0060 </size> 0061 </property> 0062 </spacer> 0063 </item> 0064 </layout> 0065 </item> 0066 <item> 0067 <widget class="QLabel" name="label_3"> 0068 <property name="text"> 0069 <string>To submit a bug click on the button below. 0070 This will open a web browser window on http://bugs.kde.org where you will find a form to fill in. 0071 The information displayed above will be transferred to that server.</string> 0072 </property> 0073 </widget> 0074 </item> 0075 <item> 0076 <layout class="QHBoxLayout" name="horizontalLayout_4"> 0077 <item> 0078 <widget class="QPushButton" name="_reportBugButton"> 0079 <property name="text"> 0080 <string>Launch Bug Report Wizard</string> 0081 </property> 0082 </widget> 0083 </item> 0084 <item> 0085 <spacer name="horizontalSpacer"> 0086 <property name="orientation"> 0087 <enum>Qt::Horizontal</enum> 0088 </property> 0089 <property name="sizeHint" stdset="0"> 0090 <size> 0091 <width>40</width> 0092 <height>20</height> 0093 </size> 0094 </property> 0095 </spacer> 0096 </item> 0097 </layout> 0098 </item> 0099 <item> 0100 <widget class="Line" name="line"> 0101 <property name="orientation"> 0102 <enum>Qt::Horizontal</enum> 0103 </property> 0104 </widget> 0105 </item> 0106 <item> 0107 <widget class="QDialogButtonBox" name="buttonBox"> 0108 <property name="orientation"> 0109 <enum>Qt::Horizontal</enum> 0110 </property> 0111 <property name="standardButtons"> 0112 <set>QDialogButtonBox::Close</set> 0113 </property> 0114 </widget> 0115 </item> 0116 </layout> 0117 </widget> 0118 <resources/> 0119 <connections> 0120 <connection> 0121 <sender>buttonBox</sender> 0122 <signal>accepted()</signal> 0123 <receiver>BugReportWizard</receiver> 0124 <slot>accept()</slot> 0125 <hints> 0126 <hint type="sourcelabel"> 0127 <x>248</x> 0128 <y>254</y> 0129 </hint> 0130 <hint type="destinationlabel"> 0131 <x>157</x> 0132 <y>274</y> 0133 </hint> 0134 </hints> 0135 </connection> 0136 <connection> 0137 <sender>buttonBox</sender> 0138 <signal>rejected()</signal> 0139 <receiver>BugReportWizard</receiver> 0140 <slot>reject()</slot> 0141 <hints> 0142 <hint type="sourcelabel"> 0143 <x>316</x> 0144 <y>260</y> 0145 </hint> 0146 <hint type="destinationlabel"> 0147 <x>286</x> 0148 <y>274</y> 0149 </hint> 0150 </hints> 0151 </connection> 0152 </connections> 0153 </ui>