Warning, /graphics/kst-plot/src/libkstapp/markerstab.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>MarkersTab</class>
0004  <widget class="QWidget" name="MarkersTab">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>609</width>
0010     <height>549</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <item>
0015     <widget class="QGroupBox" name="_markersGroup">
0016      <property name="title">
0017       <string>Axis Markers</string>
0018      </property>
0019      <layout class="QVBoxLayout">
0020       <item>
0021        <layout class="QHBoxLayout">
0022         <item>
0023          <layout class="QVBoxLayout">
0024           <item>
0025            <spacer name="verticalSpacer">
0026             <property name="orientation">
0027              <enum>Qt::Vertical</enum>
0028             </property>
0029             <property name="sizeHint" stdset="0">
0030              <size>
0031               <width>20</width>
0032               <height>40</height>
0033              </size>
0034             </property>
0035            </spacer>
0036           </item>
0037           <item>
0038            <layout class="QHBoxLayout">
0039             <item>
0040              <widget class="QLabel" name="label">
0041               <property name="text">
0042                <string>New mar&amp;ker point: </string>
0043               </property>
0044               <property name="buddy">
0045                <cstring>_newMarker</cstring>
0046               </property>
0047              </widget>
0048             </item>
0049             <item>
0050              <widget class="QLineEdit" name="_newMarker">
0051               <property name="sizePolicy">
0052                <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0053                 <horstretch>0</horstretch>
0054                 <verstretch>0</verstretch>
0055                </sizepolicy>
0056               </property>
0057              </widget>
0058             </item>
0059             <item>
0060              <widget class="QPushButton" name="_addMarker">
0061               <property name="text">
0062                <string>&amp;Add</string>
0063               </property>
0064              </widget>
0065             </item>
0066            </layout>
0067           </item>
0068           <item>
0069            <spacer>
0070             <property name="orientation">
0071              <enum>Qt::Vertical</enum>
0072             </property>
0073             <property name="sizeHint" stdset="0">
0074              <size>
0075               <width>20</width>
0076               <height>40</height>
0077              </size>
0078             </property>
0079            </spacer>
0080           </item>
0081          </layout>
0082         </item>
0083         <item>
0084          <layout class="QVBoxLayout">
0085           <item>
0086            <widget class="QLabel" name="label_2">
0087             <property name="text">
0088              <string>C&amp;urrent markers</string>
0089             </property>
0090             <property name="buddy">
0091              <cstring>_currentMarkersList</cstring>
0092             </property>
0093            </widget>
0094           </item>
0095           <item>
0096            <widget class="QListWidget" name="_currentMarkersList">
0097             <property name="selectionMode">
0098              <enum>QAbstractItemView::ExtendedSelection</enum>
0099             </property>
0100            </widget>
0101           </item>
0102          </layout>
0103         </item>
0104         <item>
0105          <layout class="QVBoxLayout">
0106           <item>
0107            <spacer>
0108             <property name="orientation">
0109              <enum>Qt::Vertical</enum>
0110             </property>
0111             <property name="sizeHint" stdset="0">
0112              <size>
0113               <width>20</width>
0114               <height>40</height>
0115              </size>
0116             </property>
0117            </spacer>
0118           </item>
0119           <item>
0120            <widget class="QPushButton" name="_clearMarkers">
0121             <property name="text">
0122              <string>&amp;Clear</string>
0123             </property>
0124            </widget>
0125           </item>
0126           <item>
0127            <widget class="QPushButton" name="_removeMarker">
0128             <property name="text">
0129              <string>&amp;Remove</string>
0130             </property>
0131            </widget>
0132           </item>
0133           <item>
0134            <spacer>
0135             <property name="orientation">
0136              <enum>Qt::Vertical</enum>
0137             </property>
0138             <property name="sizeHint" stdset="0">
0139              <size>
0140               <width>20</width>
0141               <height>40</height>
0142              </size>
0143             </property>
0144            </spacer>
0145           </item>
0146          </layout>
0147         </item>
0148        </layout>
0149       </item>
0150      </layout>
0151     </widget>
0152    </item>
0153    <item>
0154     <widget class="QGroupBox" name="_axisMajorGridGroup">
0155      <property name="title">
0156       <string>Marker Appearance</string>
0157      </property>
0158      <layout class="QGridLayout">
0159       <item row="0" column="0">
0160        <widget class="QLabel" name="_Label_3">
0161         <property name="text">
0162          <string>Li&amp;ne style:</string>
0163         </property>
0164         <property name="alignment">
0165          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0166         </property>
0167         <property name="buddy">
0168          <cstring>_markerLineStyle</cstring>
0169         </property>
0170        </widget>
0171       </item>
0172       <item row="0" column="1">
0173        <widget class="QComboBox" name="_markerLineStyle">
0174         <property name="sizePolicy">
0175          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0176           <horstretch>0</horstretch>
0177           <verstretch>0</verstretch>
0178          </sizepolicy>
0179         </property>
0180        </widget>
0181       </item>
0182       <item row="0" column="2">
0183        <widget class="QLabel" name="label_10">
0184         <property name="text">
0185          <string>Line &amp;color:</string>
0186         </property>
0187         <property name="alignment">
0188          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0189         </property>
0190         <property name="buddy">
0191          <cstring>_markerLineColor</cstring>
0192         </property>
0193        </widget>
0194       </item>
0195       <item row="0" column="3">
0196        <widget class="Kst::ColorButton" name="_markerLineColor"/>
0197       </item>
0198       <item row="0" column="4">
0199        <widget class="QLabel" name="label_11">
0200         <property name="text">
0201          <string>Line &amp;width:</string>
0202         </property>
0203         <property name="alignment">
0204          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0205         </property>
0206         <property name="buddy">
0207          <cstring>_markerLineWidth</cstring>
0208         </property>
0209        </widget>
0210       </item>
0211       <item row="0" column="5">
0212        <widget class="QDoubleSpinBox" name="_markerLineWidth"/>
0213       </item>
0214      </layout>
0215     </widget>
0216    </item>
0217    <item>
0218     <widget class="QGroupBox" name="groupBox_2">
0219      <property name="title">
0220       <string>Automatic Markers</string>
0221      </property>
0222      <layout class="QGridLayout" name="gridLayout2">
0223       <item row="0" column="0" colspan="2">
0224        <widget class="QCheckBox" name="_curveMarkers">
0225         <property name="text">
0226          <string>Use curve as marker &amp;source:</string>
0227         </property>
0228        </widget>
0229       </item>
0230       <item row="0" column="2" colspan="2">
0231        <widget class="Kst::CurveSelector" name="_curve" native="true"/>
0232       </item>
0233       <item row="1" column="4">
0234        <widget class="QRadioButton" name="_hidden">
0235         <property name="maximumSize">
0236          <size>
0237           <width>0</width>
0238           <height>0</height>
0239          </size>
0240         </property>
0241         <property name="text">
0242          <string notr="true">SHOULD NOT BE &amp;VISIBLE</string>
0243         </property>
0244        </widget>
0245       </item>
0246       <item row="2" column="0">
0247        <widget class="QLabel" name="label_3">
0248         <property name="text">
0249          <string>Create markers on:</string>
0250         </property>
0251        </widget>
0252       </item>
0253       <item row="2" column="1">
0254        <widget class="QRadioButton" name="_risingEdge">
0255         <property name="text">
0256          <string>R&amp;ising edge</string>
0257         </property>
0258        </widget>
0259       </item>
0260       <item row="2" column="2">
0261        <widget class="QRadioButton" name="_fallingEdge">
0262         <property name="text">
0263          <string>&amp;Falling edge</string>
0264         </property>
0265        </widget>
0266       </item>
0267       <item row="2" column="3">
0268        <widget class="QRadioButton" name="_both">
0269         <property name="text">
0270          <string>&amp;Both</string>
0271         </property>
0272        </widget>
0273       </item>
0274       <item row="3" column="0" colspan="2">
0275        <widget class="QCheckBox" name="_vectorMarkers">
0276         <property name="text">
0277          <string>Use &amp;vector as marker source:</string>
0278         </property>
0279        </widget>
0280       </item>
0281       <item row="3" column="2" colspan="2">
0282        <widget class="Kst::VectorSelector" name="_vector" native="true"/>
0283       </item>
0284      </layout>
0285     </widget>
0286    </item>
0287    <item>
0288     <spacer>
0289      <property name="orientation">
0290       <enum>Qt::Vertical</enum>
0291      </property>
0292      <property name="sizeHint" stdset="0">
0293       <size>
0294        <width>20</width>
0295        <height>16</height>
0296       </size>
0297      </property>
0298     </spacer>
0299    </item>
0300   </layout>
0301  </widget>
0302  <customwidgets>
0303   <customwidget>
0304    <class>Kst::ColorButton</class>
0305    <extends>QToolButton</extends>
0306    <header>colorbutton.h</header>
0307   </customwidget>
0308   <customwidget>
0309    <class>Kst::VectorSelector</class>
0310    <extends>QWidget</extends>
0311    <header>vectorselector.h</header>
0312   </customwidget>
0313   <customwidget>
0314    <class>Kst::CurveSelector</class>
0315    <extends>QWidget</extends>
0316    <header>curveselector.h</header>
0317   </customwidget>
0318  </customwidgets>
0319  <resources/>
0320  <connections/>
0321 </ui>