1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00
qBittorrent/src/executionlog.ui

52 lines
1.3 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ExecutionLog</class>
<widget class="QWidget" name="ExecutionLog">
<property name="geometry">
2008-09-07 12:09:41 +00:00
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
2008-09-07 12:09:41 +00:00
</rect>
</property>
<property name="windowTitle">
2011-01-03 19:09:48 +00:00
<string notr="true">Form</string>
2008-09-07 12:09:41 +00:00
</property>
<layout class="QVBoxLayout" name="verticalLayout">
2008-09-07 12:09:41 +00:00
<item>
<widget class="QTabWidget" name="tabConsole">
<property name="tabPosition">
<enum>QTabWidget::East</enum>
</property>
<property name="currentIndex">
2008-09-07 12:09:41 +00:00
<number>0</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>General</string>
2008-09-07 12:09:41 +00:00
</attribute>
<layout class="QVBoxLayout">
2008-09-07 12:09:41 +00:00
<item>
<widget class="QTextBrowser" name="textConsole"/>
2008-09-07 12:09:41 +00:00
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>Blocked IPs</string>
2008-09-07 12:09:41 +00:00
</attribute>
<layout class="QVBoxLayout" name="_2">
2008-09-07 12:09:41 +00:00
<item>
<widget class="QTextBrowser" name="textBannedPeers"/>
2008-09-07 12:09:41 +00:00
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<resources/>
2008-09-07 12:09:41 +00:00
<connections/>
</ui>