Warning, /system/systemdgenie/src/mainwindow.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>MainWindow</class>
0004  <widget class="QMainWindow" name="MainWindow">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>800</width>
0010     <height>600</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>SystemdGenie</string>
0015   </property>
0016   <widget class="QWidget" name="centralwidget">
0017    <layout class="QVBoxLayout" name="verticalLayout_2">
0018     <item>
0019      <widget class="QWidget" name="mainWidget" native="true">
0020       <layout class="QVBoxLayout" name="verticalLayout_3">
0021        <item>
0022         <layout class="QVBoxLayout" name="verticalLayoutMsg"/>
0023        </item>
0024        <item>
0025         <widget class="QTabWidget" name="tabWidget">
0026          <property name="enabled">
0027           <bool>true</bool>
0028          </property>
0029          <property name="sizePolicy">
0030           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0031            <horstretch>0</horstretch>
0032            <verstretch>0</verstretch>
0033           </sizepolicy>
0034          </property>
0035          <property name="minimumSize">
0036           <size>
0037            <width>0</width>
0038            <height>0</height>
0039           </size>
0040          </property>
0041          <property name="toolTip">
0042           <string/>
0043          </property>
0044          <property name="currentIndex">
0045           <number>0</number>
0046          </property>
0047          <widget class="QWidget" name="tabUnits">
0048           <property name="contextMenuPolicy">
0049            <enum>Qt::CustomContextMenu</enum>
0050           </property>
0051           <attribute name="title">
0052            <string>System Units</string>
0053           </attribute>
0054           <layout class="QGridLayout" name="gridLayout_15">
0055            <item row="9" column="0" colspan="2">
0056             <widget class="QLabel" name="lblUnitCount">
0057              <property name="text">
0058               <string>Overall stats:</string>
0059              </property>
0060             </widget>
0061            </item>
0062            <item row="1" column="0" rowspan="7" colspan="2">
0063             <layout class="QHBoxLayout" name="horizontalLayout_3">
0064              <item>
0065               <widget class="QComboBox" name="cmbUnitTypes">
0066                <property name="sizePolicy">
0067                 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0068                  <horstretch>0</horstretch>
0069                  <verstretch>0</verstretch>
0070                 </sizepolicy>
0071                </property>
0072                <property name="toolTip">
0073                 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Filter unit types.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0074                </property>
0075                <property name="sizeAdjustPolicy">
0076                 <enum>QComboBox::AdjustToContents</enum>
0077                </property>
0078               </widget>
0079              </item>
0080              <item>
0081               <widget class="QCheckBox" name="chkInactiveUnits">
0082                <property name="toolTip">
0083                 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Toggle show inactive units.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0084                </property>
0085                <property name="text">
0086                 <string>Show inactive</string>
0087                </property>
0088                <property name="checked">
0089                 <bool>false</bool>
0090                </property>
0091               </widget>
0092              </item>
0093              <item>
0094               <widget class="QCheckBox" name="chkUnloadedUnits">
0095                <property name="text">
0096                 <string>Show unloaded</string>
0097                </property>
0098               </widget>
0099              </item>
0100              <item>
0101               <widget class="QLineEdit" name="leSearchUnit">
0102                <property name="clearButtonEnabled">
0103                 <bool>true</bool>
0104                </property>
0105               </widget>
0106              </item>
0107             </layout>
0108            </item>
0109            <item row="8" column="0" colspan="2">
0110             <widget class="QTableView" name="tblUnits">
0111              <property name="sizePolicy">
0112               <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0113                <horstretch>0</horstretch>
0114                <verstretch>0</verstretch>
0115               </sizepolicy>
0116              </property>
0117              <property name="mouseTracking">
0118               <bool>true</bool>
0119              </property>
0120              <property name="contextMenuPolicy">
0121               <enum>Qt::CustomContextMenu</enum>
0122              </property>
0123              <property name="editTriggers">
0124               <set>QAbstractItemView::NoEditTriggers</set>
0125              </property>
0126              <property name="tabKeyNavigation">
0127               <bool>false</bool>
0128              </property>
0129              <property name="alternatingRowColors">
0130               <bool>true</bool>
0131              </property>
0132              <property name="selectionMode">
0133               <enum>QAbstractItemView::SingleSelection</enum>
0134              </property>
0135              <property name="selectionBehavior">
0136               <enum>QAbstractItemView::SelectRows</enum>
0137              </property>
0138              <property name="showGrid">
0139               <bool>false</bool>
0140              </property>
0141              <property name="sortingEnabled">
0142               <bool>true</bool>
0143              </property>
0144              <attribute name="horizontalHeaderShowSortIndicator" stdset="0">
0145               <bool>true</bool>
0146              </attribute>
0147              <attribute name="horizontalHeaderStretchLastSection">
0148               <bool>true</bool>
0149              </attribute>
0150              <attribute name="verticalHeaderVisible">
0151               <bool>false</bool>
0152              </attribute>
0153              <attribute name="verticalHeaderMinimumSectionSize">
0154               <number>20</number>
0155              </attribute>
0156              <attribute name="verticalHeaderShowSortIndicator" stdset="0">
0157               <bool>true</bool>
0158              </attribute>
0159             </widget>
0160            </item>
0161           </layout>
0162          </widget>
0163          <widget class="QWidget" name="tabUserUnits">
0164           <attribute name="title">
0165            <string>User Units</string>
0166           </attribute>
0167           <layout class="QGridLayout" name="gridLayout_5">
0168            <item row="0" column="0">
0169             <layout class="QHBoxLayout" name="horizontalLayout">
0170              <item>
0171               <widget class="QComboBox" name="cmbUserUnitTypes"/>
0172              </item>
0173              <item>
0174               <widget class="QCheckBox" name="chkInactiveUserUnits">
0175                <property name="text">
0176                 <string>Show inactive</string>
0177                </property>
0178               </widget>
0179              </item>
0180              <item>
0181               <widget class="QCheckBox" name="chkUnloadedUserUnits">
0182                <property name="text">
0183                 <string>Show unloaded</string>
0184                </property>
0185               </widget>
0186              </item>
0187              <item>
0188               <widget class="QLineEdit" name="leSearchUserUnit">
0189                <property name="clearButtonEnabled">
0190                 <bool>true</bool>
0191                </property>
0192               </widget>
0193              </item>
0194             </layout>
0195            </item>
0196            <item row="1" column="0">
0197             <widget class="QTableView" name="tblUserUnits">
0198              <property name="contextMenuPolicy">
0199               <enum>Qt::CustomContextMenu</enum>
0200              </property>
0201              <property name="editTriggers">
0202               <set>QAbstractItemView::NoEditTriggers</set>
0203              </property>
0204              <property name="tabKeyNavigation">
0205               <bool>false</bool>
0206              </property>
0207              <property name="alternatingRowColors">
0208               <bool>true</bool>
0209              </property>
0210              <property name="selectionMode">
0211               <enum>QAbstractItemView::SingleSelection</enum>
0212              </property>
0213              <property name="selectionBehavior">
0214               <enum>QAbstractItemView::SelectRows</enum>
0215              </property>
0216              <property name="showGrid">
0217               <bool>false</bool>
0218              </property>
0219              <property name="sortingEnabled">
0220               <bool>true</bool>
0221              </property>
0222              <attribute name="horizontalHeaderStretchLastSection">
0223               <bool>true</bool>
0224              </attribute>
0225              <attribute name="verticalHeaderVisible">
0226               <bool>false</bool>
0227              </attribute>
0228              <attribute name="verticalHeaderMinimumSectionSize">
0229               <number>20</number>
0230              </attribute>
0231             </widget>
0232            </item>
0233            <item row="2" column="0">
0234             <widget class="QLabel" name="lblUserUnitCount">
0235              <property name="text">
0236               <string>Overall stats:</string>
0237              </property>
0238             </widget>
0239            </item>
0240           </layout>
0241          </widget>
0242          <widget class="QWidget" name="tabConf">
0243           <attribute name="title">
0244            <string>Config Files</string>
0245           </attribute>
0246           <layout class="QGridLayout" name="gridLayout_30">
0247            <item row="0" column="0">
0248             <layout class="QVBoxLayout" name="verticalLayout">
0249              <item>
0250               <widget class="QTableView" name="tblConfFiles">
0251                <property name="contextMenuPolicy">
0252                 <enum>Qt::CustomContextMenu</enum>
0253                </property>
0254                <property name="editTriggers">
0255                 <set>QAbstractItemView::NoEditTriggers</set>
0256                </property>
0257                <property name="alternatingRowColors">
0258                 <bool>true</bool>
0259                </property>
0260                <property name="selectionMode">
0261                 <enum>QAbstractItemView::SingleSelection</enum>
0262                </property>
0263                <property name="selectionBehavior">
0264                 <enum>QAbstractItemView::SelectRows</enum>
0265                </property>
0266                <property name="showGrid">
0267                 <bool>false</bool>
0268                </property>
0269                <attribute name="horizontalHeaderShowSortIndicator" stdset="0">
0270                 <bool>true</bool>
0271                </attribute>
0272                <attribute name="horizontalHeaderStretchLastSection">
0273                 <bool>true</bool>
0274                </attribute>
0275                <attribute name="verticalHeaderVisible">
0276                 <bool>false</bool>
0277                </attribute>
0278                <attribute name="verticalHeaderMinimumSectionSize">
0279                 <number>20</number>
0280                </attribute>
0281               </widget>
0282              </item>
0283             </layout>
0284            </item>
0285           </layout>
0286          </widget>
0287          <widget class="QWidget" name="tabSessions">
0288           <attribute name="title">
0289            <string>Sessions</string>
0290           </attribute>
0291           <layout class="QGridLayout" name="gridLayout_2">
0292            <item row="0" column="0">
0293             <layout class="QGridLayout" name="gridLayout">
0294              <item row="0" column="0">
0295               <widget class="QTableView" name="tblSessions">
0296                <property name="mouseTracking">
0297                 <bool>true</bool>
0298                </property>
0299                <property name="contextMenuPolicy">
0300                 <enum>Qt::CustomContextMenu</enum>
0301                </property>
0302                <property name="editTriggers">
0303                 <set>QAbstractItemView::NoEditTriggers</set>
0304                </property>
0305                <property name="tabKeyNavigation">
0306                 <bool>false</bool>
0307                </property>
0308                <property name="alternatingRowColors">
0309                 <bool>true</bool>
0310                </property>
0311                <property name="selectionMode">
0312                 <enum>QAbstractItemView::SingleSelection</enum>
0313                </property>
0314                <property name="selectionBehavior">
0315                 <enum>QAbstractItemView::SelectRows</enum>
0316                </property>
0317                <property name="showGrid">
0318                 <bool>false</bool>
0319                </property>
0320                <attribute name="horizontalHeaderShowSortIndicator" stdset="0">
0321                 <bool>true</bool>
0322                </attribute>
0323                <attribute name="horizontalHeaderStretchLastSection">
0324                 <bool>true</bool>
0325                </attribute>
0326                <attribute name="verticalHeaderVisible">
0327                 <bool>false</bool>
0328                </attribute>
0329                <attribute name="verticalHeaderDefaultSectionSize">
0330                 <number>30</number>
0331                </attribute>
0332                <attribute name="verticalHeaderMinimumSectionSize">
0333                 <number>20</number>
0334                </attribute>
0335               </widget>
0336              </item>
0337             </layout>
0338            </item>
0339           </layout>
0340          </widget>
0341          <widget class="QWidget" name="tabTimers">
0342           <attribute name="title">
0343            <string>Timers</string>
0344           </attribute>
0345           <layout class="QGridLayout" name="gridLayout_4">
0346            <item row="0" column="0">
0347             <layout class="QGridLayout" name="gridLayout_3">
0348              <item row="0" column="0">
0349               <widget class="QTableView" name="tblTimers">
0350                <property name="contextMenuPolicy">
0351                 <enum>Qt::CustomContextMenu</enum>
0352                </property>
0353                <property name="editTriggers">
0354                 <set>QAbstractItemView::NoEditTriggers</set>
0355                </property>
0356                <property name="tabKeyNavigation">
0357                 <bool>false</bool>
0358                </property>
0359                <property name="alternatingRowColors">
0360                 <bool>true</bool>
0361                </property>
0362                <property name="selectionMode">
0363                 <enum>QAbstractItemView::SingleSelection</enum>
0364                </property>
0365                <property name="selectionBehavior">
0366                 <enum>QAbstractItemView::SelectRows</enum>
0367                </property>
0368                <property name="showGrid">
0369                 <bool>false</bool>
0370                </property>
0371                <property name="sortingEnabled">
0372                 <bool>true</bool>
0373                </property>
0374                <attribute name="horizontalHeaderStretchLastSection">
0375                 <bool>true</bool>
0376                </attribute>
0377                <attribute name="verticalHeaderVisible">
0378                 <bool>false</bool>
0379                </attribute>
0380                <attribute name="verticalHeaderMinimumSectionSize">
0381                 <number>20</number>
0382                </attribute>
0383               </widget>
0384              </item>
0385             </layout>
0386            </item>
0387           </layout>
0388          </widget>
0389         </widget>
0390        </item>
0391       </layout>
0392      </widget>
0393     </item>
0394    </layout>
0395   </widget>
0396   <widget class="QMenuBar" name="menubar">
0397    <property name="geometry">
0398     <rect>
0399      <x>0</x>
0400      <y>0</y>
0401      <width>800</width>
0402      <height>30</height>
0403     </rect>
0404    </property>
0405   </widget>
0406   <widget class="QStatusBar" name="statusbar"/>
0407  </widget>
0408  <tabstops>
0409   <tabstop>tabWidget</tabstop>
0410   <tabstop>cmbUnitTypes</tabstop>
0411   <tabstop>chkInactiveUnits</tabstop>
0412   <tabstop>chkUnloadedUnits</tabstop>
0413   <tabstop>leSearchUnit</tabstop>
0414   <tabstop>tblUnits</tabstop>
0415   <tabstop>cmbUserUnitTypes</tabstop>
0416   <tabstop>chkInactiveUserUnits</tabstop>
0417   <tabstop>chkUnloadedUserUnits</tabstop>
0418   <tabstop>leSearchUserUnit</tabstop>
0419   <tabstop>tblUserUnits</tabstop>
0420   <tabstop>tblConfFiles</tabstop>
0421   <tabstop>tblSessions</tabstop>
0422   <tabstop>tblTimers</tabstop>
0423  </tabstops>
0424  <resources/>
0425  <connections/>
0426 </ui>