/src/diagnosticsdialog.ui
Unknown | 69 lines | 69 code | 0 blank | 0 comment | 0 complexity | a1838a0ee25c21b73a54f7a8d4913abf MD5 | raw file
Possible License(s): LGPL-2.1, BSD-3-Clause, GPL-3.0, GPL-2.0
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>DiagnosticsDialog</class>
- <widget class="QDialog" name="DiagnosticsDialog">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>724</width>
- <height>433</height>
- </rect>
- </property>
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>353</height>
- </size>
- </property>
- <property name="windowTitle">
- <string>Tomahawk Diagnostics</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout_2">
- <property name="margin">
- <number>4</number>
- </property>
- <item>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <widget class="QTextBrowser" name="text">
- <property name="lineWrapMode">
- <enum>QTextEdit::NoWrap</enum>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <widget class="QPushButton" name="clipboardButton">
- <property name="text">
- <string>&Copy to Clipboard</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="logfileButton">
- <property name="text">
- <string>Open &Log-file</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QDialogButtonBox" name="buttonBox">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="standardButtons">
- <set>QDialogButtonBox::Close</set>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- <resources/>
- <connections/>
- </ui>