Warning, /graphics/kst-plot/src/libkstapp/eventmonitortab.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>EventMonitorTab</class>
0004  <widget class="QWidget" name="EventMonitorTab">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>454</width>
0010     <height>443</height>
0011    </rect>
0012   </property>
0013   <layout class="QGridLayout">
0014    <property name="margin">
0015     <number>9</number>
0016    </property>
0017    <property name="spacing">
0018     <number>0</number>
0019    </property>
0020    <item row="2" column="0">
0021     <widget class="QGroupBox" name="_emailGroupBox">
0022      <property name="sizePolicy">
0023       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0024        <horstretch>0</horstretch>
0025        <verstretch>0</verstretch>
0026       </sizepolicy>
0027      </property>
0028      <property name="title">
0029       <string>E-Mail Notification</string>
0030      </property>
0031      <layout class="QHBoxLayout">
0032       <item>
0033        <widget class="QCheckBox" name="_emailNotify">
0034         <property name="text">
0035          <string>N&amp;otify:</string>
0036         </property>
0037        </widget>
0038       </item>
0039       <item>
0040        <widget class="QLineEdit" name="_emailRecipients">
0041         <property name="enabled">
0042          <bool>false</bool>
0043         </property>
0044        </widget>
0045       </item>
0046      </layout>
0047     </widget>
0048    </item>
0049    <item row="0" column="0">
0050     <widget class="QGroupBox" name="_equationGroupBox">
0051      <property name="sizePolicy">
0052       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0053        <horstretch>0</horstretch>
0054        <verstretch>0</verstretch>
0055       </sizepolicy>
0056      </property>
0057      <property name="title">
0058       <string>Expression</string>
0059      </property>
0060      <layout class="QGridLayout">
0061       <item row="1" column="0">
0062        <widget class="QLabel" name="textLabel2">
0063         <property name="text">
0064          <string>Vectors:</string>
0065         </property>
0066         <property name="wordWrap">
0067          <bool>false</bool>
0068         </property>
0069        </widget>
0070       </item>
0071       <item row="0" column="0">
0072        <widget class="QLabel" name="textLabel1">
0073         <property name="text">
0074          <string>Operators:</string>
0075         </property>
0076         <property name="wordWrap">
0077          <bool>false</bool>
0078         </property>
0079         <property name="buddy">
0080          <cstring>_equationOperator</cstring>
0081         </property>
0082        </widget>
0083       </item>
0084       <item row="0" column="1">
0085        <widget class="QComboBox" name="_equationOperator">
0086         <item>
0087          <property name="text">
0088           <string>+</string>
0089          </property>
0090         </item>
0091         <item>
0092          <property name="text">
0093           <string>-</string>
0094          </property>
0095         </item>
0096         <item>
0097          <property name="text">
0098           <string>*</string>
0099          </property>
0100         </item>
0101         <item>
0102          <property name="text">
0103           <string>/</string>
0104          </property>
0105         </item>
0106         <item>
0107          <property name="text">
0108           <string>^</string>
0109          </property>
0110         </item>
0111         <item>
0112          <property name="text">
0113           <string comment="Number: 3.14159265....">PI</string>
0114          </property>
0115         </item>
0116         <item>
0117          <property name="text">
0118           <string comment="Euler's number ">e</string>
0119          </property>
0120         </item>
0121         <item>
0122          <property name="text">
0123           <string>=</string>
0124          </property>
0125         </item>
0126         <item>
0127          <property name="text">
0128           <string>&lt;</string>
0129          </property>
0130         </item>
0131         <item>
0132          <property name="text">
0133           <string>&lt;=</string>
0134          </property>
0135         </item>
0136         <item>
0137          <property name="text">
0138           <string>&gt;</string>
0139          </property>
0140         </item>
0141         <item>
0142          <property name="text">
0143           <string>&gt;=</string>
0144          </property>
0145         </item>
0146         <item>
0147          <property name="text">
0148           <string>&amp;</string>
0149          </property>
0150         </item>
0151         <item>
0152          <property name="text">
0153           <string>|</string>
0154          </property>
0155         </item>
0156         <item>
0157          <property name="text">
0158           <string>!</string>
0159          </property>
0160         </item>
0161         <item>
0162          <property name="text">
0163           <string comment="A mathematical function">STEP()</string>
0164          </property>
0165         </item>
0166         <item>
0167          <property name="text">
0168           <string>ABS()</string>
0169          </property>
0170         </item>
0171         <item>
0172          <property name="text">
0173           <string>SQRT()</string>
0174          </property>
0175         </item>
0176         <item>
0177          <property name="text">
0178           <string>CBRT()</string>
0179          </property>
0180         </item>
0181         <item>
0182          <property name="text">
0183           <string>SIN()</string>
0184          </property>
0185         </item>
0186         <item>
0187          <property name="text">
0188           <string>COS()</string>
0189          </property>
0190         </item>
0191         <item>
0192          <property name="text">
0193           <string comment="a mathematical function">TAN()</string>
0194          </property>
0195         </item>
0196         <item>
0197          <property name="text">
0198           <string>ASIN()</string>
0199          </property>
0200         </item>
0201         <item>
0202          <property name="text">
0203           <string>ACOS()</string>
0204          </property>
0205         </item>
0206         <item>
0207          <property name="text">
0208           <string>ATAN()</string>
0209          </property>
0210         </item>
0211         <item>
0212          <property name="text">
0213           <string>SEC()</string>
0214          </property>
0215         </item>
0216         <item>
0217          <property name="text">
0218           <string>CSC()</string>
0219          </property>
0220         </item>
0221         <item>
0222          <property name="text">
0223           <string>COT()</string>
0224          </property>
0225         </item>
0226         <item>
0227          <property name="text">
0228           <string>SINH()</string>
0229          </property>
0230         </item>
0231         <item>
0232          <property name="text">
0233           <string>COSH()</string>
0234          </property>
0235         </item>
0236         <item>
0237          <property name="text">
0238           <string>TANH()</string>
0239          </property>
0240         </item>
0241         <item>
0242          <property name="text">
0243           <string>EXP()</string>
0244          </property>
0245         </item>
0246         <item>
0247          <property name="text">
0248           <string>LN()</string>
0249          </property>
0250         </item>
0251         <item>
0252          <property name="text">
0253           <string>LOG()</string>
0254          </property>
0255         </item>
0256        </widget>
0257       </item>
0258       <item row="2" column="1">
0259        <widget class="Kst::ScalarSelector" name="_scalarSelector" native="true"/>
0260       </item>
0261       <item row="2" column="0">
0262        <widget class="QLabel" name="textLabel3">
0263         <property name="text">
0264          <string>Scalars:</string>
0265         </property>
0266         <property name="wordWrap">
0267          <bool>false</bool>
0268         </property>
0269        </widget>
0270       </item>
0271       <item row="3" column="1">
0272        <widget class="QLineEdit" name="_equation"/>
0273       </item>
0274       <item row="1" column="1">
0275        <widget class="Kst::VectorSelector" name="_vectorSelector" native="true"/>
0276       </item>
0277       <item row="3" column="0">
0278        <widget class="QLabel" name="textLabel3_2">
0279         <property name="text">
0280          <string>Expression:</string>
0281         </property>
0282         <property name="wordWrap">
0283          <bool>false</bool>
0284         </property>
0285         <property name="buddy">
0286          <cstring>_equation</cstring>
0287         </property>
0288        </widget>
0289       </item>
0290       <item row="4" column="0">
0291        <widget class="QLabel" name="textLabel3_2_3">
0292         <property name="text">
0293          <string>Description:</string>
0294         </property>
0295         <property name="wordWrap">
0296          <bool>false</bool>
0297         </property>
0298         <property name="buddy">
0299          <cstring>_description</cstring>
0300         </property>
0301        </widget>
0302       </item>
0303       <item row="4" column="1">
0304        <widget class="QLineEdit" name="_description"/>
0305       </item>
0306      </layout>
0307     </widget>
0308    </item>
0309    <item row="4" column="0">
0310     <widget class="QGroupBox" name="_KstScriptGroupBox">
0311      <property name="title">
0312       <string>KstScript</string>
0313      </property>
0314      <layout class="QHBoxLayout">
0315       <item>
0316        <widget class="QCheckBox" name="_executeScript">
0317         <property name="text">
0318          <string>Execute:</string>
0319         </property>
0320        </widget>
0321       </item>
0322       <item>
0323        <widget class="QTextEdit" name="_script">
0324         <property name="enabled">
0325          <bool>false</bool>
0326         </property>
0327        </widget>
0328       </item>
0329      </layout>
0330     </widget>
0331    </item>
0332    <item row="3" column="0">
0333     <widget class="QGroupBox" name="_ELOGGroupBox">
0334      <property name="title">
0335       <string>ELOG</string>
0336      </property>
0337      <layout class="QHBoxLayout">
0338       <item>
0339        <widget class="QCheckBox" name="_ELOGNotify">
0340         <property name="text">
0341          <string>No&amp;tify:</string>
0342         </property>
0343        </widget>
0344       </item>
0345       <item>
0346        <widget class="QPushButton" name="_ELOGConfigure">
0347         <property name="enabled">
0348          <bool>false</bool>
0349         </property>
0350         <property name="text">
0351          <string>&amp;Configure...</string>
0352         </property>
0353        </widget>
0354       </item>
0355       <item>
0356        <spacer>
0357         <property name="orientation">
0358          <enum>Qt::Vertical</enum>
0359         </property>
0360         <property name="sizeType">
0361          <enum>QSizePolicy::Expanding</enum>
0362         </property>
0363         <property name="sizeHint" stdset="0">
0364          <size>
0365           <width>241</width>
0366           <height>31</height>
0367          </size>
0368         </property>
0369        </spacer>
0370       </item>
0371      </layout>
0372     </widget>
0373    </item>
0374    <item row="1" column="0">
0375     <widget class="QGroupBox" name="_logButtonGroup">
0376      <property name="sizePolicy">
0377       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0378        <horstretch>0</horstretch>
0379        <verstretch>0</verstretch>
0380       </sizepolicy>
0381      </property>
0382      <property name="title">
0383       <string>Kst Debug Log</string>
0384      </property>
0385      <layout class="QGridLayout">
0386       <item row="0" column="5">
0387        <spacer>
0388         <property name="orientation">
0389          <enum>Qt::Vertical</enum>
0390         </property>
0391         <property name="sizeType">
0392          <enum>QSizePolicy::Expanding</enum>
0393         </property>
0394         <property name="sizeHint" stdset="0">
0395          <size>
0396           <width>120</width>
0397           <height>21</height>
0398          </size>
0399         </property>
0400        </spacer>
0401       </item>
0402       <item row="0" column="3">
0403        <widget class="QRadioButton" name="_debugLogWarning">
0404         <property name="enabled">
0405          <bool>false</bool>
0406         </property>
0407         <property name="text">
0408          <string>&amp;Warning</string>
0409         </property>
0410        </widget>
0411       </item>
0412       <item row="0" column="4">
0413        <widget class="QRadioButton" name="_debugLogError">
0414         <property name="enabled">
0415          <bool>false</bool>
0416         </property>
0417         <property name="text">
0418          <string>&amp;Error</string>
0419         </property>
0420        </widget>
0421       </item>
0422       <item row="0" column="2">
0423        <widget class="QRadioButton" name="_debugLogNotice">
0424         <property name="enabled">
0425          <bool>false</bool>
0426         </property>
0427         <property name="text">
0428          <string>&amp;Notice</string>
0429         </property>
0430         <property name="checked">
0431          <bool>true</bool>
0432         </property>
0433        </widget>
0434       </item>
0435       <item row="0" column="0">
0436        <widget class="QCheckBox" name="_debugLog">
0437         <property name="text">
0438          <string>&amp;Log as:</string>
0439         </property>
0440        </widget>
0441       </item>
0442      </layout>
0443     </widget>
0444    </item>
0445   </layout>
0446  </widget>
0447  <layoutdefault spacing="6" margin="11"/>
0448  <customwidgets>
0449   <customwidget>
0450    <class>Kst::VectorSelector</class>
0451    <extends>QWidget</extends>
0452    <header>vectorselector.h</header>
0453   </customwidget>
0454   <customwidget>
0455    <class>Kst::ScalarSelector</class>
0456    <extends>QWidget</extends>
0457    <header>scalarselector.h</header>
0458   </customwidget>
0459  </customwidgets>
0460  <tabstops>
0461   <tabstop>_equationOperator</tabstop>
0462   <tabstop>_vectorSelector</tabstop>
0463   <tabstop>_scalarSelector</tabstop>
0464   <tabstop>_equation</tabstop>
0465   <tabstop>_description</tabstop>
0466   <tabstop>_debugLog</tabstop>
0467   <tabstop>_debugLogNotice</tabstop>
0468   <tabstop>_debugLogWarning</tabstop>
0469   <tabstop>_debugLogError</tabstop>
0470   <tabstop>_emailNotify</tabstop>
0471   <tabstop>_emailRecipients</tabstop>
0472   <tabstop>_ELOGNotify</tabstop>
0473   <tabstop>_ELOGConfigure</tabstop>
0474  </tabstops>
0475  <resources/>
0476  <connections>
0477   <connection>
0478    <sender>_emailNotify</sender>
0479    <signal>toggled(bool)</signal>
0480    <receiver>_emailRecipients</receiver>
0481    <slot>setEnabled(bool)</slot>
0482    <hints>
0483     <hint type="sourcelabel">
0484      <x>40</x>
0485      <y>258</y>
0486     </hint>
0487     <hint type="destinationlabel">
0488      <x>106</x>
0489      <y>256</y>
0490     </hint>
0491    </hints>
0492   </connection>
0493   <connection>
0494    <sender>_ELOGNotify</sender>
0495    <signal>toggled(bool)</signal>
0496    <receiver>_ELOGConfigure</receiver>
0497    <slot>setEnabled(bool)</slot>
0498    <hints>
0499     <hint type="sourcelabel">
0500      <x>40</x>
0501      <y>306</y>
0502     </hint>
0503     <hint type="destinationlabel">
0504      <x>133</x>
0505      <y>310</y>
0506     </hint>
0507    </hints>
0508   </connection>
0509   <connection>
0510    <sender>_executeScript</sender>
0511    <signal>toggled(bool)</signal>
0512    <receiver>_script</receiver>
0513    <slot>setEnabled(bool)</slot>
0514    <hints>
0515     <hint type="sourcelabel">
0516      <x>39</x>
0517      <y>393</y>
0518     </hint>
0519     <hint type="destinationlabel">
0520      <x>139</x>
0521      <y>391</y>
0522     </hint>
0523    </hints>
0524   </connection>
0525   <connection>
0526    <sender>_debugLog</sender>
0527    <signal>toggled(bool)</signal>
0528    <receiver>_debugLogNotice</receiver>
0529    <slot>setEnabled(bool)</slot>
0530    <hints>
0531     <hint type="sourcelabel">
0532      <x>56</x>
0533      <y>195</y>
0534     </hint>
0535     <hint type="destinationlabel">
0536      <x>100</x>
0537      <y>193</y>
0538     </hint>
0539    </hints>
0540   </connection>
0541   <connection>
0542    <sender>_debugLog</sender>
0543    <signal>toggled(bool)</signal>
0544    <receiver>_debugLogWarning</receiver>
0545    <slot>setEnabled(bool)</slot>
0546    <hints>
0547     <hint type="sourcelabel">
0548      <x>63</x>
0549      <y>204</y>
0550     </hint>
0551     <hint type="destinationlabel">
0552      <x>208</x>
0553      <y>199</y>
0554     </hint>
0555    </hints>
0556   </connection>
0557   <connection>
0558    <sender>_debugLog</sender>
0559    <signal>toggled(bool)</signal>
0560    <receiver>_debugLogError</receiver>
0561    <slot>setEnabled(bool)</slot>
0562    <hints>
0563     <hint type="sourcelabel">
0564      <x>54</x>
0565      <y>194</y>
0566     </hint>
0567     <hint type="destinationlabel">
0568      <x>251</x>
0569      <y>191</y>
0570     </hint>
0571    </hints>
0572   </connection>
0573  </connections>
0574 </ui>