You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
775 B
33 lines
775 B
<?xml version="1.0" encoding="UTF-8"?> |
|
<ui version="4.0"> |
|
<class>ErrorDockWidget</class> |
|
<widget class="QWidget" name="ErrorDockWidget"> |
|
<property name="geometry"> |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>627</width> |
|
<height>203</height> |
|
</rect> |
|
</property> |
|
<layout class="QVBoxLayout" name="verticalLayout"> |
|
<property name="margin"> |
|
<number>0</number> |
|
</property> |
|
<item> |
|
<widget class="QTreeWidget" name="m_messagesWidget"> |
|
<attribute name="headerVisible"> |
|
<bool>false</bool> |
|
</attribute> |
|
<column> |
|
<property name="text"> |
|
<string notr="true">1</string> |
|
</property> |
|
</column> |
|
</widget> |
|
</item> |
|
</layout> |
|
</widget> |
|
<resources/> |
|
<connections/> |
|
</ui>
|
|
|