Warning, /graphics/kst-plot/src/libkstapp/exportvectorsdialog.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>ExportVectorsDialog</class> 0004 <widget class="QDialog" name="ExportVectorsDialog"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>578</width> 0010 <height>251</height> 0011 </rect> 0012 </property> 0013 <property name="windowTitle"> 0014 <string>Export Vectors</string> 0015 </property> 0016 <layout class="QGridLayout" name="gridLayout"> 0017 <item row="0" column="0" colspan="2"> 0018 <widget class="QGroupBox" name="buttonGroup1"> 0019 <property name="title"> 0020 <string>Vector Selection</string> 0021 </property> 0022 <layout class="QHBoxLayout" name="horizontalLayout_3"> 0023 <item> 0024 <layout class="QHBoxLayout" name="horizontalLayout_2"> 0025 <item> 0026 <widget class="QListWidget" name="_changeVectorList"> 0027 <property name="sizePolicy"> 0028 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 0029 <horstretch>1</horstretch> 0030 <verstretch>0</verstretch> 0031 </sizepolicy> 0032 </property> 0033 <property name="whatsThis"> 0034 <string>The source file for the vectors selected in this list will be changed.</string> 0035 </property> 0036 <property name="selectionMode"> 0037 <enum>QAbstractItemView::ExtendedSelection</enum> 0038 </property> 0039 </widget> 0040 </item> 0041 <item> 0042 <layout class="QVBoxLayout" name="verticalLayout"> 0043 <item> 0044 <spacer name="verticalSpacer"> 0045 <property name="orientation"> 0046 <enum>Qt::Vertical</enum> 0047 </property> 0048 <property name="sizeHint" stdset="0"> 0049 <size> 0050 <width>20</width> 0051 <height>40</height> 0052 </size> 0053 </property> 0054 </spacer> 0055 </item> 0056 <item> 0057 <widget class="QPushButton" name="_addAll"> 0058 <property name="whatsThis"> 0059 <string>Select all vectors in the list.</string> 0060 </property> 0061 <property name="text"> 0062 <string>Add A&ll</string> 0063 </property> 0064 </widget> 0065 </item> 0066 <item> 0067 <widget class="QPushButton" name="_add"> 0068 <property name="whatsThis"> 0069 <string>Select all vectors in the list.</string> 0070 </property> 0071 <property name="text"> 0072 <string>&Add</string> 0073 </property> 0074 </widget> 0075 </item> 0076 <item> 0077 <widget class="QPushButton" name="_remove"> 0078 <property name="whatsThis"> 0079 <string>Unselect all vectors in the list.</string> 0080 </property> 0081 <property name="text"> 0082 <string>&Remove</string> 0083 </property> 0084 </widget> 0085 </item> 0086 <item> 0087 <widget class="QPushButton" name="_removeAll"> 0088 <property name="whatsThis"> 0089 <string>Unselect all vectors in the list.</string> 0090 </property> 0091 <property name="text"> 0092 <string>R&emove All</string> 0093 </property> 0094 </widget> 0095 </item> 0096 <item> 0097 <spacer> 0098 <property name="orientation"> 0099 <enum>Qt::Vertical</enum> 0100 </property> 0101 <property name="sizeType"> 0102 <enum>QSizePolicy::Expanding</enum> 0103 </property> 0104 <property name="sizeHint" stdset="0"> 0105 <size> 0106 <width>80</width> 0107 <height>51</height> 0108 </size> 0109 </property> 0110 </spacer> 0111 </item> 0112 </layout> 0113 </item> 0114 <item> 0115 <widget class="QListWidget" name="_selectedVectorList"> 0116 <property name="sizePolicy"> 0117 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 0118 <horstretch>1</horstretch> 0119 <verstretch>0</verstretch> 0120 </sizepolicy> 0121 </property> 0122 <property name="whatsThis"> 0123 <string>The source file for the vectors selected in this list will be changed.</string> 0124 </property> 0125 <property name="selectionMode"> 0126 <enum>QAbstractItemView::ExtendedSelection</enum> 0127 </property> 0128 </widget> 0129 </item> 0130 </layout> 0131 </item> 0132 </layout> 0133 </widget> 0134 </item> 0135 <item row="1" column="0"> 0136 <widget class="QLabel" name="_saveLocationLabel"> 0137 <property name="sizePolicy"> 0138 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 0139 <horstretch>0</horstretch> 0140 <verstretch>0</verstretch> 0141 </sizepolicy> 0142 </property> 0143 <property name="text"> 0144 <string>&Save location:</string> 0145 </property> 0146 <property name="wordWrap"> 0147 <bool>false</bool> 0148 </property> 0149 </widget> 0150 </item> 0151 <item row="1" column="1"> 0152 <widget class="Kst::FileRequester" name="_saveLocation" native="true"/> 0153 </item> 0154 <item row="2" column="1"> 0155 <widget class="QDialogButtonBox" name="_buttonBox"> 0156 <property name="orientation"> 0157 <enum>Qt::Horizontal</enum> 0158 </property> 0159 <property name="standardButtons"> 0160 <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 0161 </property> 0162 </widget> 0163 </item> 0164 </layout> 0165 </widget> 0166 <customwidgets> 0167 <customwidget> 0168 <class>Kst::FileRequester</class> 0169 <extends>QWidget</extends> 0170 <header>filerequester.h</header> 0171 </customwidget> 0172 </customwidgets> 0173 <resources/> 0174 <connections> 0175 <connection> 0176 <sender>_buttonBox</sender> 0177 <signal>accepted()</signal> 0178 <receiver>ExportVectorsDialog</receiver> 0179 <slot>accept()</slot> 0180 <hints> 0181 <hint type="sourcelabel"> 0182 <x>310</x> 0183 <y>334</y> 0184 </hint> 0185 <hint type="destinationlabel"> 0186 <x>157</x> 0187 <y>274</y> 0188 </hint> 0189 </hints> 0190 </connection> 0191 <connection> 0192 <sender>_buttonBox</sender> 0193 <signal>rejected()</signal> 0194 <receiver>ExportVectorsDialog</receiver> 0195 <slot>reject()</slot> 0196 <hints> 0197 <hint type="sourcelabel"> 0198 <x>378</x> 0199 <y>340</y> 0200 </hint> 0201 <hint type="destinationlabel"> 0202 <x>286</x> 0203 <y>274</y> 0204 </hint> 0205 </hints> 0206 </connection> 0207 </connections> 0208 </ui>