<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ConsoleWindow</class> <widget class="QMainWindow" name="ConsoleWindow"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>696</width> <height>559</height> </rect> </property> <property name="windowTitle"> <string>MainWindow</string> </property> <widget class="QWidget" name="centralwidget"> <layout class="QVBoxLayout" name="verticalLayout_4"> <item> <widget class="QGroupBox" name="groupBox_2"> <property name="maximumSize"> <size> <width>16777215</width> <height>118</height> </size> </property> <property name="title"> <string>Filter</string> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <widget class="QLineEdit" name="lineFilter"> <property name="enabled"> <bool>false</bool> </property> </widget> </item> <item> <widget class="QComboBox" name="filterSyntaxComboBox"> <property name="enabled"> <bool>false</bool> </property> <property name="sizeAdjustPolicy"> <enum>QComboBox::AdjustToContentsOnFirstShow</enum> </property> <item> <property name="text"> <string>Regular Expression</string> </property> </item> <item> <property name="text"> <string>Wildcard</string> </property> </item> <item> <property name="text"> <string>Fixed String</string> </property> </item> <item> <property name="text"> <string>UUID</string> </property> </item> </widget> </item> <item> <widget class="QPushButton" name="btnFilterClear"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>&Clear</string> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QCheckBox" name="filterCaseSensitivityCheckBox"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Case sensitive filter</string> </property> <property name="checked"> <bool>false</bool> </property> </widget> </item> <item> <widget class="QCheckBox" name="filterReverseCheckBox"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Reverse filter</string> </property> <property name="checked"> <bool>false</bool> </property> </widget> </item> <item> <widget class="QLabel" name="lblWarningMsg"> <property name="text"> <string/> </property> </widget> </item> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>358</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> </layout> </widget> </item> <item> <widget class="QSplitter" name="splitter"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <widget class="QWidget" name="layoutWidget_2"> <layout class="QVBoxLayout" name="verticalLayout_3"> <property name="sizeConstraint"> <enum>QLayout::SetMaximumSize</enum> </property> <item> <widget class="QGroupBox" name="groupBox"> <property name="maximumSize"> <size> <width>120</width> <height>16777215</height> </size> </property> <property name="title"> <string>Log Level Filter</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QCheckBox" name="checkEmerg"> <property name="text"> <string>Console</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QCheckBox" name="checkAlert"> <property name="text"> <string>Alert</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QCheckBox" name="checkCrit"> <property name="text"> <string>Critical</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QCheckBox" name="checkError"> <property name="text"> <string>Error</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QCheckBox" name="checkWarn"> <property name="text"> <string>Warning</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QCheckBox" name="checkNotice"> <property name="text"> <string>Notice</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QCheckBox" name="checkInfo"> <property name="text"> <string>Info</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QCheckBox" name="checkDebug"> <property name="text"> <string>Debug</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>18</height> </size> </property> </spacer> </item> </layout> </widget> </item> <item> <widget class="Line" name="line"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_3"> <property name="maximumSize"> <size> <width>120</width> <height>16777215</height> </size> </property> <property name="title"> <string>Loglevel</string> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QComboBox" name="comboLogLevel"> <property name="enabled"> <bool>true</bool> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="layoutDirection"> <enum>Qt::LeftToRight</enum> </property> <property name="currentIndex"> <number>7</number> </property> <item> <property name="text"> <string>Console</string> </property> </item> <item> <property name="text"> <string>Alert</string> </property> </item> <item> <property name="text"> <string>Critical</string> </property> </item> <item> <property name="text"> <string>Error</string> </property> </item> <item> <property name="text"> <string>Warning</string> </property> </item> <item> <property name="text"> <string>Notice</string> </property> </item> <item> <property name="text"> <string>Info</string> </property> </item> <item> <property name="text"> <string>Debug</string> </property> </item> </widget> </item> </layout> </widget> </item> </layout> </widget> <widget class="QTableView" name="consoleListView"> <property name="autoScroll"> <bool>false</bool> </property> <property name="editTriggers"> <set>QAbstractItemView::NoEditTriggers</set> </property> <property name="tabKeyNavigation"> <bool>false</bool> </property> <property name="showDropIndicator" stdset="0"> <bool>false</bool> </property> <property name="dragDropOverwriteMode"> <bool>false</bool> </property> <property name="selectionMode"> <enum>QAbstractItemView::ExtendedSelection</enum> </property> <property name="horizontalScrollMode"> <enum>QAbstractItemView::ScrollPerPixel</enum> </property> <property name="showGrid"> <bool>false</bool> </property> <property name="wordWrap"> <bool>false</bool> </property> <property name="cornerButtonEnabled"> <bool>false</bool> </property> <attribute name="horizontalHeaderVisible"> <bool>false</bool> </attribute> <attribute name="horizontalHeaderCascadingSectionResizes"> <bool>false</bool> </attribute> <attribute name="horizontalHeaderHighlightSections"> <bool>false</bool> </attribute> <attribute name="horizontalHeaderShowSortIndicator" stdset="0"> <bool>false</bool> </attribute> <attribute name="horizontalHeaderStretchLastSection"> <bool>false</bool> </attribute> <attribute name="verticalHeaderVisible"> <bool>false</bool> </attribute> <attribute name="verticalHeaderCascadingSectionResizes"> <bool>false</bool> </attribute> <attribute name="verticalHeaderDefaultSectionSize"> <number>20</number> </attribute> <attribute name="verticalHeaderHighlightSections"> <bool>false</bool> </attribute> <attribute name="verticalHeaderShowSortIndicator" stdset="0"> <bool>false</bool> </attribute> <attribute name="verticalHeaderStretchLastSection"> <bool>false</bool> </attribute> </widget> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLineEdit" name="lineCmd"> <property name="enabled"> <bool>true</bool> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>26</height> </size> </property> </widget> </item> <item> <widget class="QPushButton" name="btnSend"> <property name="enabled"> <bool>false</bool> </property> <property name="minimumSize"> <size> <width>0</width> <height>28</height> </size> </property> <property name="maximumSize"> <size> <width>85</width> <height>28</height> </size> </property> <property name="text"> <string>Send</string> </property> <property name="shortcut"> <string>Return</string> </property> <property name="autoDefault"> <bool>true</bool> </property> <property name="default"> <bool>true</bool> </property> </widget> </item> </layout> </item> </layout> </widget> <widget class="QMenuBar" name="menubar"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>696</width> <height>24</height> </rect> </property> </widget> <widget class="QStatusBar" name="statusbar"/> </widget> <resources/> <connections/> </ui>