Warning, /education/khipu/src/plotseditor.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>PlotsEditorWidget</class>
0004  <widget class="QDockWidget" name="PlotsEditorWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>304</width>
0010     <height>800</height>
0011    </rect>
0012   </property>
0013   <property name="features">
0014    <set>QDockWidget::DockWidgetClosable|QDockWidget::DockWidgetMovable</set>
0015   </property>
0016   <property name="allowedAreas">
0017    <set>Qt::LeftDockWidgetArea|Qt::RightDockWidgetArea</set>
0018   </property>
0019   <property name="windowTitle">
0020    <string>Plots</string>
0021   </property>
0022   <widget class="QWidget" name="dockWidgetContents">
0023    <layout class="QHBoxLayout" name="horizontalLayout_2">
0024     <item>
0025      <widget class="QStackedWidget" name="widgets">
0026       <property name="currentIndex">
0027        <number>0</number>
0028       </property>
0029       <widget class="QWidget" name="page">
0030        <layout class="QVBoxLayout" name="verticalLayout">
0031         <item>
0032          <layout class="QHBoxLayout" name="horizontalLayout">
0033           <item>
0034            <widget class="QPushButton" name="addPlots">
0035             <property name="toolTip">
0036              <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Click here to add a plot&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0037             </property>
0038             <property name="text">
0039              <string/>
0040             </property>
0041             <property name="icon">
0042              <iconset theme="list-add"/>
0043             </property>
0044            </widget>
0045           </item>
0046          </layout>
0047         </item>
0048         <item>
0049          <widget class="QTreeView" name="plotsView">
0050           <property name="mouseTracking">
0051            <bool>true</bool>
0052           </property>
0053           <property name="editTriggers">
0054            <set>QAbstractItemView::NoEditTriggers</set>
0055           </property>
0056           <property name="tabKeyNavigation">
0057            <bool>true</bool>
0058           </property>
0059           <property name="showDropIndicator" stdset="0">
0060            <bool>false</bool>
0061           </property>
0062           <property name="alternatingRowColors">
0063            <bool>true</bool>
0064           </property>
0065           <property name="selectionBehavior">
0066            <enum>QAbstractItemView::SelectRows</enum>
0067           </property>
0068           <property name="rootIsDecorated">
0069            <bool>false</bool>
0070           </property>
0071           <property name="itemsExpandable">
0072            <bool>false</bool>
0073           </property>
0074           <property name="sortingEnabled">
0075            <bool>true</bool>
0076           </property>
0077           <property name="animated">
0078            <bool>true</bool>
0079           </property>
0080           <property name="wordWrap">
0081            <bool>false</bool>
0082           </property>
0083           <property name="expandsOnDoubleClick">
0084            <bool>false</bool>
0085           </property>
0086          </widget>
0087         </item>
0088         <item>
0089          <layout class="QHBoxLayout" name="horizontalLayout_3">
0090           <item>
0091            <widget class="QCheckBox" name="focusPlot">
0092             <property name="text">
0093              <string/>
0094             </property>
0095             <property name="icon">
0096              <iconset theme="layer-visible-on"/>
0097             </property>
0098            </widget>
0099           </item>
0100           <item>
0101            <widget class="Line" name="line_3">
0102             <property name="orientation">
0103              <enum>Qt::Vertical</enum>
0104             </property>
0105            </widget>
0106           </item>
0107           <item>
0108            <widget class="QPushButton" name="editPlot">
0109             <property name="text">
0110              <string>Edit</string>
0111             </property>
0112             <property name="icon">
0113              <iconset theme="document-edit"/>
0114             </property>
0115            </widget>
0116           </item>
0117           <item>
0118            <widget class="QPushButton" name="removePlot">
0119             <property name="text">
0120              <string>Remove</string>
0121             </property>
0122             <property name="icon">
0123              <iconset theme="list-remove"/>
0124             </property>
0125            </widget>
0126           </item>
0127          </layout>
0128         </item>
0129        </layout>
0130       </widget>
0131       <widget class="QWidget" name="page_2">
0132        <layout class="QVBoxLayout" name="verticalLayout_3">
0133         <item>
0134          <widget class="PlotsBuilder" name="builder" native="true"/>
0135         </item>
0136         <item>
0137          <widget class="KDialogButtonBox" name="builderDialogBox">
0138           <property name="standardButtons">
0139            <set>QDialogButtonBox::Cancel</set>
0140           </property>
0141          </widget>
0142         </item>
0143        </layout>
0144       </widget>
0145       <widget class="QWidget" name="page_3">
0146        <layout class="QVBoxLayout" name="verticalLayout_4">
0147         <item>
0148          <layout class="QHBoxLayout" name="horizontalLayout_5">
0149           <item>
0150            <widget class="QCheckBox" name="plotnamecheck">
0151             <property name="text">
0152              <string>Plot Name</string>
0153             </property>
0154            </widget>
0155           </item>
0156           <item>
0157            <widget class="QLabel" name="plotIcon">
0158             <property name="text">
0159              <string>TextLabel</string>
0160             </property>
0161            </widget>
0162           </item>
0163           <item>
0164            <widget class="QLineEdit" name="plotName"/>
0165           </item>
0166          </layout>
0167         </item>
0168         <item>
0169          <widget class="QWidget" name="fexpression" native="true">
0170           <layout class="QHBoxLayout" name="horizontalLayout_4">
0171            <item>
0172             <widget class="QComboBox" name="fnameForGraphs">
0173              <property name="minimumSize">
0174               <size>
0175                <width>32</width>
0176                <height>0</height>
0177               </size>
0178              </property>
0179              <property name="maximumSize">
0180               <size>
0181                <width>16777215</width>
0182                <height>16777215</height>
0183               </size>
0184              </property>
0185              <property name="frame">
0186               <bool>false</bool>
0187              </property>
0188             </widget>
0189            </item>
0190            <item>
0191             <widget class="QLabel" name="fname">
0192              <property name="minimumSize">
0193               <size>
0194                <width>58</width>
0195                <height>0</height>
0196               </size>
0197              </property>
0198              <property name="maximumSize">
0199               <size>
0200                <width>58</width>
0201                <height>16777215</height>
0202               </size>
0203              </property>
0204              <property name="frameShape">
0205               <enum>QFrame::NoFrame</enum>
0206              </property>
0207              <property name="frameShadow">
0208               <enum>QFrame::Plain</enum>
0209              </property>
0210              <property name="lineWidth">
0211               <number>0</number>
0212              </property>
0213             </widget>
0214            </item>
0215            <item>
0216             <widget class="QLabel" name="farrow">
0217              <property name="minimumSize">
0218               <size>
0219                <width>24</width>
0220                <height>0</height>
0221               </size>
0222              </property>
0223              <property name="maximumSize">
0224               <size>
0225                <width>24</width>
0226                <height>16777215</height>
0227               </size>
0228              </property>
0229              <property name="frameShape">
0230               <enum>QFrame::NoFrame</enum>
0231              </property>
0232              <property name="frameShadow">
0233               <enum>QFrame::Plain</enum>
0234              </property>
0235              <property name="lineWidth">
0236               <number>0</number>
0237              </property>
0238             </widget>
0239            </item>
0240            <item>
0241             <widget class="Analitza::ExpressionEdit" name="f">
0242              <property name="sizePolicy">
0243               <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0244                <horstretch>0</horstretch>
0245                <verstretch>0</verstretch>
0246               </sizepolicy>
0247              </property>
0248             </widget>
0249            </item>
0250           </layout>
0251          </widget>
0252         </item>
0253         <item>
0254          <widget class="QWidget" name="gexpression" native="true">
0255           <layout class="QHBoxLayout" name="horizontalLayout_8">
0256            <item>
0257             <widget class="QLabel" name="gname">
0258              <property name="minimumSize">
0259               <size>
0260                <width>58</width>
0261                <height>0</height>
0262               </size>
0263              </property>
0264              <property name="maximumSize">
0265               <size>
0266                <width>58</width>
0267                <height>16777215</height>
0268               </size>
0269              </property>
0270              <property name="frameShape">
0271               <enum>QFrame::NoFrame</enum>
0272              </property>
0273              <property name="frameShadow">
0274               <enum>QFrame::Plain</enum>
0275              </property>
0276              <property name="lineWidth">
0277               <number>0</number>
0278              </property>
0279             </widget>
0280            </item>
0281            <item>
0282             <widget class="QLabel" name="garrow">
0283              <property name="minimumSize">
0284               <size>
0285                <width>24</width>
0286                <height>0</height>
0287               </size>
0288              </property>
0289              <property name="maximumSize">
0290               <size>
0291                <width>24</width>
0292                <height>16777215</height>
0293               </size>
0294              </property>
0295              <property name="frameShape">
0296               <enum>QFrame::NoFrame</enum>
0297              </property>
0298              <property name="frameShadow">
0299               <enum>QFrame::Plain</enum>
0300              </property>
0301              <property name="lineWidth">
0302               <number>0</number>
0303              </property>
0304             </widget>
0305            </item>
0306            <item>
0307             <widget class="Analitza::ExpressionEdit" name="g">
0308              <property name="sizePolicy">
0309               <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0310                <horstretch>0</horstretch>
0311                <verstretch>0</verstretch>
0312               </sizepolicy>
0313              </property>
0314             </widget>
0315            </item>
0316           </layout>
0317          </widget>
0318         </item>
0319         <item>
0320          <widget class="QWidget" name="hexpression" native="true">
0321           <layout class="QHBoxLayout" name="horizontalLayout_11">
0322            <item>
0323             <widget class="QLabel" name="hname">
0324              <property name="minimumSize">
0325               <size>
0326                <width>58</width>
0327                <height>0</height>
0328               </size>
0329              </property>
0330              <property name="maximumSize">
0331               <size>
0332                <width>58</width>
0333                <height>16777215</height>
0334               </size>
0335              </property>
0336              <property name="frameShape">
0337               <enum>QFrame::NoFrame</enum>
0338              </property>
0339              <property name="frameShadow">
0340               <enum>QFrame::Plain</enum>
0341              </property>
0342              <property name="lineWidth">
0343               <number>0</number>
0344              </property>
0345             </widget>
0346            </item>
0347            <item>
0348             <widget class="QLabel" name="harrow">
0349              <property name="minimumSize">
0350               <size>
0351                <width>24</width>
0352                <height>0</height>
0353               </size>
0354              </property>
0355              <property name="maximumSize">
0356               <size>
0357                <width>24</width>
0358                <height>16777215</height>
0359               </size>
0360              </property>
0361              <property name="frameShape">
0362               <enum>QFrame::NoFrame</enum>
0363              </property>
0364              <property name="frameShadow">
0365               <enum>QFrame::Plain</enum>
0366              </property>
0367              <property name="lineWidth">
0368               <number>0</number>
0369              </property>
0370             </widget>
0371            </item>
0372            <item>
0373             <widget class="Analitza::ExpressionEdit" name="h">
0374              <property name="sizePolicy">
0375               <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0376                <horstretch>0</horstretch>
0377                <verstretch>0</verstretch>
0378               </sizepolicy>
0379              </property>
0380             </widget>
0381            </item>
0382           </layout>
0383          </widget>
0384         </item>
0385         <item>
0386          <layout class="QHBoxLayout" name="horizontalLayout_6">
0387           <item>
0388            <widget class="QWidget" name="colorWidget" native="true">
0389             <layout class="QHBoxLayout" name="horizontalLayout_12">
0390              <item>
0391               <widget class="QLabel" name="label_2">
0392                <property name="text">
0393                 <string>Color:</string>
0394                </property>
0395               </widget>
0396              </item>
0397              <item>
0398               <widget class="KColorCombo" name="plotColor"/>
0399              </item>
0400             </layout>
0401            </widget>
0402           </item>
0403           <item>
0404            <widget class="QWidget" name="styleWidget" native="true">
0405             <layout class="QHBoxLayout" name="horizontalLayout_13">
0406              <item>
0407               <widget class="QLabel" name="label">
0408                <property name="text">
0409                 <string>Style</string>
0410                </property>
0411               </widget>
0412              </item>
0413              <item>
0414               <widget class="QComboBox" name="plotStyle">
0415                <item>
0416                 <property name="text">
0417                  <string>Solid</string>
0418                 </property>
0419                </item>
0420                <item>
0421                 <property name="text">
0422                  <string>Wired</string>
0423                 </property>
0424                </item>
0425                <item>
0426                 <property name="text">
0427                  <string>Dots</string>
0428                 </property>
0429                </item>
0430               </widget>
0431              </item>
0432             </layout>
0433            </widget>
0434           </item>
0435           <item>
0436            <spacer name="horizontalSpacer">
0437             <property name="orientation">
0438              <enum>Qt::Horizontal</enum>
0439             </property>
0440             <property name="sizeHint" stdset="0">
0441              <size>
0442               <width>40</width>
0443               <height>20</height>
0444              </size>
0445             </property>
0446            </spacer>
0447           </item>
0448          </layout>
0449         </item>
0450         <item>
0451          <widget class="QGroupBox" name="intervals">
0452           <property name="title">
0453            <string>Use Intervals</string>
0454           </property>
0455           <property name="checkable">
0456            <bool>true</bool>
0457           </property>
0458           <property name="checked">
0459            <bool>true</bool>
0460           </property>
0461           <layout class="QVBoxLayout" name="verticalLayout_2">
0462            <item>
0463             <widget class="QWidget" name="intervalsContainer" native="true">
0464              <layout class="QVBoxLayout" name="verticalLayout_5">
0465               <item>
0466                <widget class="QWidget" name="xinterval" native="true">
0467                 <layout class="QHBoxLayout" name="horizontalLayout_7">
0468                  <item>
0469                   <widget class="Analitza::ExpressionEdit" name="minx">
0470                    <property name="sizePolicy">
0471                     <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0472                      <horstretch>0</horstretch>
0473                      <verstretch>0</verstretch>
0474                     </sizepolicy>
0475                    </property>
0476                    <property name="plainText">
0477                     <string/>
0478                    </property>
0479                   </widget>
0480                  </item>
0481                  <item>
0482                   <widget class="QLabel" name="x">
0483                    <property name="sizePolicy">
0484                     <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
0485                      <horstretch>0</horstretch>
0486                      <verstretch>0</verstretch>
0487                     </sizepolicy>
0488                    </property>
0489                    <property name="maximumSize">
0490                     <size>
0491                      <width>64</width>
0492                      <height>16777215</height>
0493                     </size>
0494                    </property>
0495                    <property name="frameShape">
0496                     <enum>QFrame::NoFrame</enum>
0497                    </property>
0498                    <property name="frameShadow">
0499                     <enum>QFrame::Plain</enum>
0500                    </property>
0501                    <property name="lineWidth">
0502                     <number>0</number>
0503                    </property>
0504                   </widget>
0505                  </item>
0506                  <item>
0507                   <widget class="Analitza::ExpressionEdit" name="maxx">
0508                    <property name="sizePolicy">
0509                     <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0510                      <horstretch>0</horstretch>
0511                      <verstretch>0</verstretch>
0512                     </sizepolicy>
0513                    </property>
0514                   </widget>
0515                  </item>
0516                 </layout>
0517                </widget>
0518               </item>
0519               <item>
0520                <widget class="QWidget" name="yinterval" native="true">
0521                 <layout class="QHBoxLayout" name="horizontalLayout_9">
0522                  <item>
0523                   <widget class="Analitza::ExpressionEdit" name="miny">
0524                    <property name="sizePolicy">
0525                     <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0526                      <horstretch>0</horstretch>
0527                      <verstretch>0</verstretch>
0528                     </sizepolicy>
0529                    </property>
0530                   </widget>
0531                  </item>
0532                  <item>
0533                   <widget class="QLabel" name="y">
0534                    <property name="sizePolicy">
0535                     <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
0536                      <horstretch>0</horstretch>
0537                      <verstretch>0</verstretch>
0538                     </sizepolicy>
0539                    </property>
0540                    <property name="maximumSize">
0541                     <size>
0542                      <width>64</width>
0543                      <height>16777215</height>
0544                     </size>
0545                    </property>
0546                    <property name="frameShape">
0547                     <enum>QFrame::NoFrame</enum>
0548                    </property>
0549                    <property name="frameShadow">
0550                     <enum>QFrame::Plain</enum>
0551                    </property>
0552                    <property name="lineWidth">
0553                     <number>0</number>
0554                    </property>
0555                   </widget>
0556                  </item>
0557                  <item>
0558                   <widget class="Analitza::ExpressionEdit" name="maxy">
0559                    <property name="sizePolicy">
0560                     <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0561                      <horstretch>0</horstretch>
0562                      <verstretch>0</verstretch>
0563                     </sizepolicy>
0564                    </property>
0565                   </widget>
0566                  </item>
0567                 </layout>
0568                </widget>
0569               </item>
0570               <item>
0571                <widget class="QWidget" name="zinterval" native="true">
0572                 <layout class="QHBoxLayout" name="horizontalLayout_10">
0573                  <item>
0574                   <widget class="Analitza::ExpressionEdit" name="minz">
0575                    <property name="sizePolicy">
0576                     <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0577                      <horstretch>0</horstretch>
0578                      <verstretch>0</verstretch>
0579                     </sizepolicy>
0580                    </property>
0581                   </widget>
0582                  </item>
0583                  <item>
0584                   <widget class="QLabel" name="z">
0585                    <property name="sizePolicy">
0586                     <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
0587                      <horstretch>0</horstretch>
0588                      <verstretch>0</verstretch>
0589                     </sizepolicy>
0590                    </property>
0591                    <property name="maximumSize">
0592                     <size>
0593                      <width>64</width>
0594                      <height>16777215</height>
0595                     </size>
0596                    </property>
0597                    <property name="frameShape">
0598                     <enum>QFrame::NoFrame</enum>
0599                    </property>
0600                    <property name="frameShadow">
0601                     <enum>QFrame::Plain</enum>
0602                    </property>
0603                    <property name="lineWidth">
0604                     <number>0</number>
0605                    </property>
0606                   </widget>
0607                  </item>
0608                  <item>
0609                   <widget class="Analitza::ExpressionEdit" name="maxz">
0610                    <property name="sizePolicy">
0611                     <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0612                      <horstretch>0</horstretch>
0613                      <verstretch>0</verstretch>
0614                     </sizepolicy>
0615                    </property>
0616                   </widget>
0617                  </item>
0618                 </layout>
0619                </widget>
0620               </item>
0621              </layout>
0622             </widget>
0623            </item>
0624           </layout>
0625          </widget>
0626         </item>
0627         <item>
0628          <spacer name="verticalSpacer">
0629           <property name="orientation">
0630            <enum>Qt::Vertical</enum>
0631           </property>
0632           <property name="sizeHint" stdset="0">
0633            <size>
0634             <width>20</width>
0635             <height>40</height>
0636            </size>
0637           </property>
0638          </spacer>
0639         </item>
0640         <item>
0641          <widget class="KDialogButtonBox" name="editorDialogBox">
0642           <property name="standardButtons">
0643            <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0644           </property>
0645          </widget>
0646         </item>
0647        </layout>
0648       </widget>
0649      </widget>
0650     </item>
0651    </layout>
0652   </widget>
0653   <action name="actionAsdsada">
0654    <property name="text">
0655     <string>asdsada</string>
0656    </property>
0657    <property name="toolTip">
0658     <string>asdad</string>
0659    </property>
0660   </action>
0661  </widget>
0662  <customwidgets>
0663   <customwidget>
0664    <class>KColorCombo</class>
0665    <extends>QComboBox</extends>
0666    <header>kcolorcombo.h</header>
0667   </customwidget>
0668   <customwidget>
0669    <class>KDialogButtonBox</class>
0670    <extends>QDialogButtonBox</extends>
0671    <header>kdialogbuttonbox.h</header>
0672   </customwidget>
0673   <customwidget>
0674    <class>Analitza::ExpressionEdit</class>
0675    <extends>QPlainTextEdit</extends>
0676    <header>analitzagui/expressionedit.h</header>
0677   </customwidget>
0678   <customwidget>
0679    <class>QLabel</class>
0680    <extends>QFrame</extends>
0681    <header>QLabel</header>
0682    <container>1</container>
0683   </customwidget>
0684   <customwidget>
0685    <class>PlotsBuilder</class>
0686    <extends>QWidget</extends>
0687    <header>plotsbuilder.h</header>
0688    <container>1</container>
0689   </customwidget>
0690  </customwidgets>
0691  <resources/>
0692  <connections>
0693   <connection>
0694    <sender>intervals</sender>
0695    <signal>toggled(bool)</signal>
0696    <receiver>intervalsContainer</receiver>
0697    <slot>setVisible(bool)</slot>
0698    <hints>
0699     <hint type="sourcelabel">
0700      <x>136</x>
0701      <y>538</y>
0702     </hint>
0703     <hint type="destinationlabel">
0704      <x>136</x>
0705      <y>582</y>
0706     </hint>
0707    </hints>
0708   </connection>
0709  </connections>
0710 </ui>