qBittorrent/src/console.ui

63 lines
1.7 KiB
Text
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
2008-09-07 16:09:41 +04:00
<class>ConsoleDlg</class>
<widget class="QDialog" name="ConsoleDlg">
<property name="geometry">
2008-09-07 16:09:41 +04:00
<rect>
<x>0</x>
<y>0</y>
<width>512</width>
<height>497</height>
</rect>
</property>
<property name="windowTitle">
<string>qBittorrent log viewer</string>
2008-09-07 16:09:41 +04:00
</property>
<property name="windowIcon">
<iconset resource="../icons.qrc">
<normaloff>:/Icons/oxygen/log.png</normaloff>:/Icons/oxygen/log.png</iconset>
2008-09-07 16:09:41 +04:00
</property>
<layout class="QVBoxLayout">
2008-09-07 16:09:41 +04:00
<item>
<widget class="QTabWidget" name="tabConsole">
<property name="currentIndex">
2008-09-07 16:09:41 +04:00
<number>0</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="icon">
<iconset resource="../icons.qrc">
<normaloff>:/Icons/oxygen/log.png</normaloff>:/Icons/oxygen/log.png</iconset>
2008-09-07 16:09:41 +04:00
</attribute>
<attribute name="title">
<string>General</string>
2008-09-07 16:09:41 +04:00
</attribute>
<layout class="QVBoxLayout">
2008-09-07 16:09:41 +04:00
<item>
<widget class="QTextBrowser" name="textConsole"/>
2008-09-07 16:09:41 +04:00
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="icon">
<iconset resource="../icons.qrc">
<normaloff>:/Icons/oxygen/filter.png</normaloff>:/Icons/oxygen/filter.png</iconset>
2008-09-07 16:09:41 +04:00
</attribute>
<attribute name="title">
<string>Blocked IPs</string>
2008-09-07 16:09:41 +04:00
</attribute>
<layout class="QVBoxLayout">
2008-09-07 16:09:41 +04:00
<item>
<widget class="QTextBrowser" name="textBannedPeers"/>
2008-09-07 16:09:41 +04:00
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<resources>
<include location="../icons.qrc"/>
2008-09-07 16:09:41 +04:00
</resources>
<connections/>
</ui>