Warning, /rolisteam/rolisteam/src/libraries/common/widgets/logpanel.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>LogPanel</class> 0004 <widget class="QWidget" name="LogPanel"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>640</width> 0010 <height>485</height> 0011 </rect> 0012 </property> 0013 <property name="windowTitle"> 0014 <string>Form</string> 0015 </property> 0016 <layout class="QVBoxLayout" name="verticalLayout"> 0017 <property name="spacing"> 0018 <number>2</number> 0019 </property> 0020 <property name="leftMargin"> 0021 <number>0</number> 0022 </property> 0023 <property name="topMargin"> 0024 <number>0</number> 0025 </property> 0026 <property name="rightMargin"> 0027 <number>0</number> 0028 </property> 0029 <property name="bottomMargin"> 0030 <number>0</number> 0031 </property> 0032 <item> 0033 <layout class="QHBoxLayout" name="horizontalLayout"> 0034 <item> 0035 <widget class="QLabel" name="label"> 0036 <property name="text"> 0037 <string>Level</string> 0038 </property> 0039 </widget> 0040 </item> 0041 <item> 0042 <widget class="QComboBox" name="m_logLevel"> 0043 <item> 0044 <property name="text"> 0045 <string>Error</string> 0046 </property> 0047 </item> 0048 <item> 0049 <property name="text"> 0050 <string>warning</string> 0051 </property> 0052 </item> 0053 <item> 0054 <property name="text"> 0055 <string>Info</string> 0056 </property> 0057 </item> 0058 <item> 0059 <property name="text"> 0060 <string>Debug</string> 0061 </property> 0062 </item> 0063 </widget> 0064 </item> 0065 <item> 0066 <widget class="QToolButton" name="m_saveBtn"> 0067 <property name="text"> 0068 <string notr="true">...</string> 0069 </property> 0070 </widget> 0071 </item> 0072 <item> 0073 <spacer name="horizontalSpacer"> 0074 <property name="orientation"> 0075 <enum>Qt::Horizontal</enum> 0076 </property> 0077 <property name="sizeHint" stdset="0"> 0078 <size> 0079 <width>40</width> 0080 <height>20</height> 0081 </size> 0082 </property> 0083 </spacer> 0084 </item> 0085 <item> 0086 <widget class="QToolButton" name="m_eraseBtn"> 0087 <property name="text"> 0088 <string notr="true">...</string> 0089 </property> 0090 </widget> 0091 </item> 0092 </layout> 0093 </item> 0094 <item> 0095 <widget class="QTextEdit" name="m_logview"> 0096 <property name="readOnly"> 0097 <bool>true</bool> 0098 </property> 0099 </widget> 0100 </item> 0101 </layout> 0102 <action name="m_eraseAllAct"> 0103 <property name="text"> 0104 <string>Erase All</string> 0105 </property> 0106 </action> 0107 <action name="m_saveAct"> 0108 <property name="icon"> 0109 <iconset theme="QStyle::SP_DriveHDIcon"> 0110 <normaloff>.</normaloff>.</iconset> 0111 </property> 0112 <property name="text"> 0113 <string>Save</string> 0114 </property> 0115 <property name="toolTip"> 0116 <string>Provide this file to Rolisteam developers</string> 0117 </property> 0118 </action> 0119 </widget> 0120 <resources/> 0121 <connections> 0122 <connection> 0123 <sender>m_eraseAllAct</sender> 0124 <signal>triggered()</signal> 0125 <receiver>m_logview</receiver> 0126 <slot>clear()</slot> 0127 <hints> 0128 <hint type="sourcelabel"> 0129 <x>-1</x> 0130 <y>-1</y> 0131 </hint> 0132 <hint type="destinationlabel"> 0133 <x>319</x> 0134 <y>258</y> 0135 </hint> 0136 </hints> 0137 </connection> 0138 </connections> 0139 </ui>