<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>LogsW</class> <widget class="QDialog" name="LogsW"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>712</width> <height>414</height> </rect> </property> <property name="windowTitle"> <string>Logs</string> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0" colspan="4"> <widget class="QTabWidget" name="tabWidget"> <property name="currentIndex"> <number>0</number> </property> <widget class="QWidget" name="tab_jack"> <attribute name="title"> <string>JACK</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QPlainTextEdit" name="pte_jack"> <property name="verticalScrollBarPolicy"> <enum>Qt::ScrollBarAlwaysOn</enum> </property> <property name="horizontalScrollBarPolicy"> <enum>Qt::ScrollBarAlwaysOn</enum> </property> <property name="lineWrapMode"> <enum>QPlainTextEdit::NoWrap</enum> </property> <property name="plainText"> <string>Loading...</string> </property> <property name="textInteractionFlags"> <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> </property> </widget> </item> </layout> </widget> <widget class="QWidget" name="tab_a2j"> <attribute name="title"> <string>A2J</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <widget class="QPlainTextEdit" name="pte_a2j"> <property name="verticalScrollBarPolicy"> <enum>Qt::ScrollBarAlwaysOn</enum> </property> <property name="horizontalScrollBarPolicy"> <enum>Qt::ScrollBarAlwaysOn</enum> </property> <property name="lineWrapMode"> <enum>QPlainTextEdit::NoWrap</enum> </property> <property name="plainText"> <string>Loading...</string> </property> <property name="textInteractionFlags"> <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> </property> </widget> </item> </layout> </widget> <widget class="QWidget" name="tab_lash"> <attribute name="title"> <string>LASH</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_5"> <item> <widget class="QPlainTextEdit" name="pte_lash"> <property name="verticalScrollBarPolicy"> <enum>Qt::ScrollBarAlwaysOn</enum> </property> <property name="horizontalScrollBarPolicy"> <enum>Qt::ScrollBarAlwaysOn</enum> </property> <property name="lineWrapMode"> <enum>QPlainTextEdit::NoWrap</enum> </property> <property name="plainText"> <string>Loading...</string> </property> <property name="textInteractionFlags"> <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> </property> </widget> </item> </layout> </widget> <widget class="QWidget" name="tab_ladish"> <attribute name="title"> <string>LADISH</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QPlainTextEdit" name="pte_ladish"> <property name="verticalScrollBarPolicy"> <enum>Qt::ScrollBarAlwaysOn</enum> </property> <property name="horizontalScrollBarPolicy"> <enum>Qt::ScrollBarAlwaysOn</enum> </property> <property name="lineWrapMode"> <enum>QPlainTextEdit::NoWrap</enum> </property> <property name="plainText"> <string>Loading...</string> </property> <property name="textInteractionFlags"> <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> </property> </widget> </item> </layout> </widget> </widget> </item> <item row="1" column="0" colspan="4"> <widget class="Line" name="line"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item row="2" column="2"> <widget class="QPushButton" name="b_purge"> <property name="text"> <string>Purge all logs</string> </property> <property name="icon"> <iconset resource="../../resources/resources.qrc"> <normaloff>:/16x16/edit-delete.png</normaloff>:/16x16/edit-delete.png</iconset> </property> </widget> </item> <item row="2" column="3"> <widget class="QPushButton" name="b_close"> <property name="text"> <string>Close</string> </property> <property name="icon"> <iconset resource="../../resources/resources.qrc"> <normaloff>:/16x16/window-close.png</normaloff>:/16x16/window-close.png</iconset> </property> </widget> </item> <item row="2" column="1"> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </widget> <resources> <include location="../../resources/resources.qrc"/> </resources> <connections> <connection> <sender>b_close</sender> <signal>clicked()</signal> <receiver>LogsW</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>665</x> <y>395</y> </hint> <hint type="destinationlabel"> <x>355</x> <y>206</y> </hint> </hints> </connection> </connections> </ui>