Warning, /education/labplot/src/kdefrontend/ui/worksheet/exportworksheetwidget.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>ExportWorksheetWidget</class> 0004 <widget class="QWidget" name="ExportWorksheetWidget"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>741</width> 0010 <height>410</height> 0011 </rect> 0012 </property> 0013 <layout class="QVBoxLayout" name="verticalLayout"> 0014 <item> 0015 <widget class="QGroupBox" name="gbExport"> 0016 <property name="title"> 0017 <string>Export</string> 0018 </property> 0019 <layout class="QGridLayout" name="gridLayout"> 0020 <item row="2" column="2"> 0021 <widget class="QPushButton" name="bOpen"> 0022 <property name="sizePolicy"> 0023 <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> 0024 <horstretch>0</horstretch> 0025 <verstretch>0</verstretch> 0026 </sizepolicy> 0027 </property> 0028 <property name="toolTip"> 0029 <string> Select the file to import</string> 0030 </property> 0031 <property name="text"> 0032 <string/> 0033 </property> 0034 </widget> 0035 </item> 0036 <item row="0" column="1"> 0037 <widget class="KComboBox" name="cbFormat"> 0038 <property name="sizePolicy"> 0039 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 0040 <horstretch>0</horstretch> 0041 <verstretch>0</verstretch> 0042 </sizepolicy> 0043 </property> 0044 </widget> 0045 </item> 0046 <item row="2" column="0"> 0047 <widget class="QLabel" name="lFileName"> 0048 <property name="text"> 0049 <string>File Name:</string> 0050 </property> 0051 </widget> 0052 </item> 0053 <item row="0" column="0"> 0054 <widget class="QLabel" name="lOutputFormat"> 0055 <property name="text"> 0056 <string>Format:</string> 0057 </property> 0058 </widget> 0059 </item> 0060 <item row="2" column="1"> 0061 <widget class="QLineEdit" name="leFileName"> 0062 <property name="toolTip"> 0063 <string>Specify the name of the file to import.</string> 0064 </property> 0065 <property name="clearButtonEnabled" stdset="0"> 0066 <bool>true</bool> 0067 </property> 0068 </widget> 0069 </item> 0070 <item row="1" column="0"> 0071 <widget class="QLabel" name="lExportTo"> 0072 <property name="text"> 0073 <string>Target:</string> 0074 </property> 0075 </widget> 0076 </item> 0077 <item row="1" column="1"> 0078 <widget class="QComboBox" name="cbExportTo"> 0079 <property name="sizePolicy"> 0080 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 0081 <horstretch>0</horstretch> 0082 <verstretch>0</verstretch> 0083 </sizepolicy> 0084 </property> 0085 </widget> 0086 </item> 0087 </layout> 0088 </widget> 0089 </item> 0090 <item> 0091 <widget class="QGroupBox" name="gbOptions"> 0092 <property name="title"> 0093 <string>Options</string> 0094 </property> 0095 <layout class="QGridLayout" name="gridLayout_2"> 0096 <item row="0" column="0"> 0097 <widget class="QLabel" name="lExportArea"> 0098 <property name="text"> 0099 <string>Area to Export:</string> 0100 </property> 0101 </widget> 0102 </item> 0103 <item row="0" column="1"> 0104 <widget class="KComboBox" name="cbExportArea"> 0105 <property name="sizePolicy"> 0106 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 0107 <horstretch>0</horstretch> 0108 <verstretch>0</verstretch> 0109 </sizepolicy> 0110 </property> 0111 </widget> 0112 </item> 0113 <item row="1" column="0"> 0114 <widget class="QLabel" name="lExportBackground"> 0115 <property name="toolTip"> 0116 <string>Check this option if the worksheet background should be exported.</string> 0117 </property> 0118 <property name="text"> 0119 <string>Export Background:</string> 0120 </property> 0121 </widget> 0122 </item> 0123 <item row="1" column="1"> 0124 <widget class="QCheckBox" name="chkExportBackground"> 0125 <property name="toolTip"> 0126 <string>Check this option if the worksheet background should be exported.</string> 0127 </property> 0128 <property name="text"> 0129 <string/> 0130 </property> 0131 <property name="checked"> 0132 <bool>true</bool> 0133 </property> 0134 </widget> 0135 </item> 0136 <item row="2" column="0"> 0137 <widget class="QLabel" name="lResolution"> 0138 <property name="text"> 0139 <string>Resolution:</string> 0140 </property> 0141 </widget> 0142 </item> 0143 <item row="2" column="1"> 0144 <widget class="QComboBox" name="cbResolution"> 0145 <property name="editable"> 0146 <bool>true</bool> 0147 </property> 0148 </widget> 0149 </item> 0150 </layout> 0151 </widget> 0152 </item> 0153 </layout> 0154 </widget> 0155 <customwidgets> 0156 <customwidget> 0157 <class>KComboBox</class> 0158 <extends>QComboBox</extends> 0159 <header>kcombobox.h</header> 0160 </customwidget> 0161 </customwidgets> 0162 <tabstops> 0163 <tabstop>cbFormat</tabstop> 0164 <tabstop>cbExportTo</tabstop> 0165 <tabstop>leFileName</tabstop> 0166 <tabstop>bOpen</tabstop> 0167 <tabstop>cbExportArea</tabstop> 0168 <tabstop>chkExportBackground</tabstop> 0169 <tabstop>cbResolution</tabstop> 0170 </tabstops> 0171 <resources/> 0172 <connections/> 0173 </ui>