Warning, /education/labplot/src/kdefrontend/ui/spreadsheet/plotdatawidget.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>PlotDataWidget</class>
0004  <widget class="QWidget" name="PlotDataWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>470</width>
0010     <height>469</height>
0011    </rect>
0012   </property>
0013   <layout class="QGridLayout" name="gridLayout_2">
0014    <item row="0" column="0">
0015     <widget class="QGroupBox" name="gbData">
0016      <property name="sizePolicy">
0017       <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0018        <horstretch>0</horstretch>
0019        <verstretch>0</verstretch>
0020       </sizepolicy>
0021      </property>
0022      <property name="title">
0023       <string>Data</string>
0024      </property>
0025      <layout class="QGridLayout" name="gridLayout_3">
0026       <item row="0" column="0" colspan="2">
0027        <widget class="QScrollArea" name="scrollAreaColumns">
0028         <property name="sizePolicy">
0029          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0030           <horstretch>0</horstretch>
0031           <verstretch>0</verstretch>
0032          </sizepolicy>
0033         </property>
0034         <property name="frameShape">
0035          <enum>QFrame::NoFrame</enum>
0036         </property>
0037         <property name="frameShadow">
0038          <enum>QFrame::Plain</enum>
0039         </property>
0040         <property name="widgetResizable">
0041          <bool>true</bool>
0042         </property>
0043         <widget class="QWidget" name="scrollAreaWidgetContents">
0044          <property name="geometry">
0045           <rect>
0046            <x>0</x>
0047            <y>0</y>
0048            <width>414</width>
0049            <height>73</height>
0050           </rect>
0051          </property>
0052          <layout class="QGridLayout" name="gridLayout">
0053           <property name="leftMargin">
0054            <number>0</number>
0055           </property>
0056           <property name="topMargin">
0057            <number>0</number>
0058           </property>
0059           <property name="rightMargin">
0060            <number>0</number>
0061           </property>
0062           <property name="bottomMargin">
0063            <number>0</number>
0064           </property>
0065           <property name="horizontalSpacing">
0066            <number>0</number>
0067           </property>
0068           <property name="verticalSpacing">
0069            <number>6</number>
0070           </property>
0071           <item row="0" column="0">
0072            <widget class="QLabel" name="lXColumn">
0073             <property name="text">
0074              <string>X-Data:</string>
0075             </property>
0076            </widget>
0077           </item>
0078           <item row="0" column="1">
0079            <spacer name="horizontalSpacer_5">
0080             <property name="orientation">
0081              <enum>Qt::Horizontal</enum>
0082             </property>
0083             <property name="sizeType">
0084              <enum>QSizePolicy::Fixed</enum>
0085             </property>
0086             <property name="sizeHint" stdset="0">
0087              <size>
0088               <width>10</width>
0089               <height>23</height>
0090              </size>
0091             </property>
0092            </spacer>
0093           </item>
0094           <item row="0" column="2">
0095            <widget class="QComboBox" name="cbXColumn">
0096             <property name="sizePolicy">
0097              <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0098               <horstretch>0</horstretch>
0099               <verstretch>0</verstretch>
0100              </sizepolicy>
0101             </property>
0102            </widget>
0103           </item>
0104           <item row="1" column="0" colspan="3">
0105            <widget class="Line" name="line">
0106             <property name="orientation">
0107              <enum>Qt::Horizontal</enum>
0108             </property>
0109            </widget>
0110           </item>
0111           <item row="2" column="0">
0112            <widget class="QLabel" name="lYColumn">
0113             <property name="text">
0114              <string>Y-Data:</string>
0115             </property>
0116            </widget>
0117           </item>
0118           <item row="2" column="1">
0119            <spacer name="horizontalSpacer_6">
0120             <property name="orientation">
0121              <enum>Qt::Horizontal</enum>
0122             </property>
0123             <property name="sizeType">
0124              <enum>QSizePolicy::Fixed</enum>
0125             </property>
0126             <property name="sizeHint" stdset="0">
0127              <size>
0128               <width>10</width>
0129               <height>23</height>
0130              </size>
0131             </property>
0132            </spacer>
0133           </item>
0134           <item row="2" column="2">
0135            <widget class="QComboBox" name="cbYColumn">
0136             <property name="sizePolicy">
0137              <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0138               <horstretch>0</horstretch>
0139               <verstretch>0</verstretch>
0140              </sizepolicy>
0141             </property>
0142            </widget>
0143           </item>
0144          </layout>
0145         </widget>
0146        </widget>
0147       </item>
0148      </layout>
0149     </widget>
0150    </item>
0151    <item row="1" column="0">
0152     <widget class="QGroupBox" name="gbCurvePlacement">
0153      <property name="title">
0154       <string>Placement</string>
0155      </property>
0156      <layout class="QVBoxLayout" name="verticalLayout">
0157       <item>
0158        <widget class="QRadioButton" name="rbCurvePlacementAllInOnePlotArea">
0159         <property name="text">
0160          <string>All Plots in one Plot Area</string>
0161         </property>
0162         <property name="checked">
0163          <bool>true</bool>
0164         </property>
0165        </widget>
0166       </item>
0167       <item>
0168        <widget class="QRadioButton" name="rbCurvePlacementAllInOwnPlotArea">
0169         <property name="text">
0170          <string>One Plot Area per Plot</string>
0171         </property>
0172        </widget>
0173       </item>
0174      </layout>
0175     </widget>
0176    </item>
0177    <item row="2" column="0">
0178     <widget class="QGroupBox" name="gbPlotPlacement">
0179      <property name="title">
0180       <string>Add Plots to</string>
0181      </property>
0182      <layout class="QGridLayout" name="gridLayout_4">
0183       <item row="0" column="0">
0184        <widget class="QRadioButton" name="rbPlotPlacementExistingPlotArea">
0185         <property name="text">
0186          <string>Existing Plot Area</string>
0187         </property>
0188         <property name="checked">
0189          <bool>true</bool>
0190         </property>
0191        </widget>
0192       </item>
0193       <item row="1" column="0">
0194        <widget class="QRadioButton" name="rbPlotPlacementExistingWorksheet">
0195         <property name="text">
0196          <string>&amp;New Plot Area in an existing Worksheet</string>
0197         </property>
0198        </widget>
0199       </item>
0200       <item row="2" column="0">
0201        <widget class="QRadioButton" name="rbPlotPlacementNewWorksheet">
0202         <property name="text">
0203          <string>New Plot Area in a new Worksheet</string>
0204         </property>
0205        </widget>
0206       </item>
0207       <item row="3" column="0">
0208        <spacer name="spacer">
0209         <property name="orientation">
0210          <enum>Qt::Vertical</enum>
0211         </property>
0212         <property name="sizeType">
0213          <enum>QSizePolicy::Fixed</enum>
0214         </property>
0215         <property name="sizeHint" stdset="0">
0216          <size>
0217           <width>20</width>
0218           <height>38</height>
0219          </size>
0220         </property>
0221        </spacer>
0222       </item>
0223       <item row="4" column="0">
0224        <widget class="QCheckBox" name="chkCreateDataCurve">
0225         <property name="text">
0226          <string>Create Plot for original Data</string>
0227         </property>
0228         <property name="checked">
0229          <bool>true</bool>
0230         </property>
0231        </widget>
0232       </item>
0233      </layout>
0234     </widget>
0235    </item>
0236   </layout>
0237  </widget>
0238  <resources/>
0239  <connections/>
0240 </ui>