2010-06-22 18:15:42 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2008-09-07 12:09:41 +00:00
|
|
|
<class>ConsoleDlg</class>
|
2010-06-22 18:15:42 +00:00
|
|
|
<widget class="QDialog" name="ConsoleDlg">
|
|
|
|
<property name="geometry">
|
2008-09-07 12:09:41 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>512</width>
|
|
|
|
<height>497</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2010-06-22 18:15:42 +00:00
|
|
|
<property name="windowTitle">
|
|
|
|
<string>qBittorrent log viewer</string>
|
2008-09-07 12:09:41 +00:00
|
|
|
</property>
|
2010-06-22 18:15:42 +00:00
|
|
|
<layout class="QVBoxLayout">
|
2008-09-07 12:09:41 +00:00
|
|
|
<item>
|
2010-06-22 18:15:42 +00:00
|
|
|
<widget class="QTabWidget" name="tabConsole">
|
|
|
|
<property name="currentIndex">
|
2008-09-07 12:09:41 +00:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2010-06-22 18:15:42 +00:00
|
|
|
<widget class="QWidget" name="tab">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>General</string>
|
2008-09-07 12:09:41 +00:00
|
|
|
</attribute>
|
2010-06-22 18:15:42 +00:00
|
|
|
<layout class="QVBoxLayout">
|
2008-09-07 12:09:41 +00:00
|
|
|
<item>
|
2010-06-22 18:15:42 +00:00
|
|
|
<widget class="QTextBrowser" name="textConsole"/>
|
2008-09-07 12:09:41 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2010-06-22 18:15:42 +00:00
|
|
|
<widget class="QWidget" name="tab_2">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Blocked IPs</string>
|
2008-09-07 12:09:41 +00:00
|
|
|
</attribute>
|
2010-06-22 18:15:42 +00:00
|
|
|
<layout class="QVBoxLayout">
|
2008-09-07 12:09:41 +00:00
|
|
|
<item>
|
2010-06-22 18:15:42 +00:00
|
|
|
<widget class="QTextBrowser" name="textBannedPeers"/>
|
2008-09-07 12:09:41 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2010-12-12 19:37:59 +00:00
|
|
|
<resources/>
|
2008-09-07 12:09:41 +00:00
|
|
|
<connections/>
|
|
|
|
</ui>
|