Warning, /graphics/kst-plot/src/widgets/curveplacement.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>CurvePlacement</class>
0004  <widget class="QWidget" name="CurvePlacement">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>373</width>
0010     <height>245</height>
0011    </rect>
0012   </property>
0013   <layout class="QGridLayout" name="gridLayout_2">
0014    <property name="leftMargin">
0015     <number>0</number>
0016    </property>
0017    <property name="topMargin">
0018     <number>0</number>
0019    </property>
0020    <property name="rightMargin">
0021     <number>0</number>
0022    </property>
0023    <property name="bottomMargin">
0024     <number>0</number>
0025    </property>
0026    <property name="spacing">
0027     <number>0</number>
0028    </property>
0029    <item row="0" column="0">
0030     <widget class="QGroupBox" name="_curvePlacementGroup">
0031      <property name="title">
0032       <string>Placement</string>
0033      </property>
0034      <layout class="QVBoxLayout" name="verticalLayout_2">
0035       <item>
0036        <layout class="QGridLayout" name="gridLayout">
0037         <item row="2" column="2">
0038          <widget class="QCheckBox" name="_scaleFonts">
0039           <property name="text">
0040            <string>Scale fonts</string>
0041           </property>
0042           <property name="checked">
0043            <bool>true</bool>
0044           </property>
0045          </widget>
0046         </item>
0047         <item row="2" column="0">
0048          <widget class="QRadioButton" name="_newPlot">
0049           <property name="sizePolicy">
0050            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0051             <horstretch>0</horstretch>
0052             <verstretch>0</verstretch>
0053            </sizepolicy>
0054           </property>
0055           <property name="text">
0056            <string>Place in &amp;new plot</string>
0057           </property>
0058           <property name="checked">
0059            <bool>true</bool>
0060           </property>
0061          </widget>
0062         </item>
0063         <item row="2" column="1">
0064          <widget class="QCheckBox" name="_newTab">
0065           <property name="sizePolicy">
0066            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0067             <horstretch>0</horstretch>
0068             <verstretch>0</verstretch>
0069            </sizepolicy>
0070           </property>
0071           <property name="text">
0072            <string>In ne&amp;w tab</string>
0073           </property>
0074          </widget>
0075         </item>
0076         <item row="1" column="1" colspan="2">
0077          <widget class="QComboBox" name="_plotList">
0078           <property name="enabled">
0079            <bool>false</bool>
0080           </property>
0081           <property name="sizePolicy">
0082            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0083             <horstretch>0</horstretch>
0084             <verstretch>0</verstretch>
0085            </sizepolicy>
0086           </property>
0087           <property name="whatsThis">
0088            <string>The name of the data file which will be read for this vector.</string>
0089           </property>
0090           <property name="editable">
0091            <bool>true</bool>
0092           </property>
0093           <property name="insertPolicy">
0094            <enum>QComboBox::InsertAtTop</enum>
0095           </property>
0096           <property name="sizeAdjustPolicy">
0097            <enum>QComboBox::AdjustToMinimumContentsLength</enum>
0098           </property>
0099           <property name="autoCompletion">
0100            <bool>true</bool>
0101           </property>
0102           <property name="duplicatesEnabled">
0103            <bool>false</bool>
0104           </property>
0105          </widget>
0106         </item>
0107         <item row="1" column="0">
0108          <widget class="QRadioButton" name="_existingPlot">
0109           <property name="sizePolicy">
0110            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0111             <horstretch>0</horstretch>
0112             <verstretch>0</verstretch>
0113            </sizepolicy>
0114           </property>
0115           <property name="text">
0116            <string>Place in &amp;existing plot </string>
0117           </property>
0118          </widget>
0119         </item>
0120         <item row="0" column="0" colspan="3">
0121          <widget class="QRadioButton" name="_noPlot">
0122           <property name="sizePolicy">
0123            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0124             <horstretch>0</horstretch>
0125             <verstretch>0</verstretch>
0126            </sizepolicy>
0127           </property>
0128           <property name="text">
0129            <string>Do not pl&amp;ace in any plot</string>
0130           </property>
0131          </widget>
0132         </item>
0133        </layout>
0134       </item>
0135       <item>
0136        <layout class="QHBoxLayout" name="horizontalLayout_2">
0137         <item>
0138          <spacer name="horizontalSpacer">
0139           <property name="orientation">
0140            <enum>Qt::Horizontal</enum>
0141           </property>
0142           <property name="sizeType">
0143            <enum>QSizePolicy::Fixed</enum>
0144           </property>
0145           <property name="sizeHint" stdset="0">
0146            <size>
0147             <width>20</width>
0148             <height>20</height>
0149            </size>
0150           </property>
0151          </spacer>
0152         </item>
0153         <item>
0154          <widget class="QGroupBox" name="_layoutGroup">
0155           <property name="sizePolicy">
0156            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0157             <horstretch>0</horstretch>
0158             <verstretch>0</verstretch>
0159            </sizepolicy>
0160           </property>
0161           <property name="title">
0162            <string/>
0163           </property>
0164           <property name="flat">
0165            <bool>true</bool>
0166           </property>
0167           <layout class="QVBoxLayout" name="verticalLayout">
0168            <property name="spacing">
0169             <number>0</number>
0170            </property>
0171            <property name="leftMargin">
0172             <number>0</number>
0173            </property>
0174            <property name="topMargin">
0175             <number>0</number>
0176            </property>
0177            <property name="rightMargin">
0178             <number>0</number>
0179            </property>
0180            <property name="bottomMargin">
0181             <number>0</number>
0182            </property>
0183            <item>
0184             <widget class="QRadioButton" name="_autoLayout">
0185              <property name="sizePolicy">
0186               <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0187                <horstretch>0</horstretch>
0188                <verstretch>0</verstretch>
0189               </sizepolicy>
0190              </property>
0191              <property name="text">
0192               <string>Automati&amp;c layout</string>
0193              </property>
0194              <property name="checked">
0195               <bool>true</bool>
0196              </property>
0197             </widget>
0198            </item>
0199            <item>
0200             <layout class="QHBoxLayout">
0201              <item>
0202               <widget class="QRadioButton" name="_customGrid">
0203                <property name="sizePolicy">
0204                 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0205                  <horstretch>0</horstretch>
0206                  <verstretch>0</verstretch>
0207                 </sizepolicy>
0208                </property>
0209                <property name="text">
0210                 <string>Custom &amp;grid</string>
0211                </property>
0212               </widget>
0213              </item>
0214              <item>
0215               <widget class="QSpinBox" name="_gridColumns">
0216                <property name="enabled">
0217                 <bool>false</bool>
0218                </property>
0219                <property name="minimum">
0220                 <number>1</number>
0221                </property>
0222                <property name="maximum">
0223                 <number>10</number>
0224                </property>
0225               </widget>
0226              </item>
0227              <item>
0228               <widget class="QLabel" name="_gridColumnsLabel">
0229                <property name="enabled">
0230                 <bool>false</bool>
0231                </property>
0232                <property name="sizePolicy">
0233                 <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0234                  <horstretch>0</horstretch>
0235                  <verstretch>0</verstretch>
0236                 </sizepolicy>
0237                </property>
0238                <property name="text">
0239                 <string>Colu&amp;mns</string>
0240                </property>
0241                <property name="buddy">
0242                 <cstring>_gridColumns</cstring>
0243                </property>
0244               </widget>
0245              </item>
0246             </layout>
0247            </item>
0248            <item>
0249             <widget class="QRadioButton" name="_protectLayout">
0250              <property name="text">
0251               <string>Protect e&amp;xisting layout</string>
0252              </property>
0253             </widget>
0254            </item>
0255           </layout>
0256          </widget>
0257         </item>
0258        </layout>
0259       </item>
0260      </layout>
0261     </widget>
0262    </item>
0263   </layout>
0264  </widget>
0265  <layoutdefault spacing="6" margin="11"/>
0266  <tabstops>
0267   <tabstop>_noPlot</tabstop>
0268   <tabstop>_existingPlot</tabstop>
0269   <tabstop>_newPlot</tabstop>
0270   <tabstop>_newTab</tabstop>
0271   <tabstop>_scaleFonts</tabstop>
0272   <tabstop>_autoLayout</tabstop>
0273   <tabstop>_customGrid</tabstop>
0274   <tabstop>_gridColumns</tabstop>
0275   <tabstop>_protectLayout</tabstop>
0276  </tabstops>
0277  <resources/>
0278  <connections/>
0279 </ui>