The complete source code of IdealIRC http://www.idealirc.org/
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.
 
 
 
 
idealirc/IConfig/IConfigLogging.ui

85 lines
2.2 KiB

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>IConfigLogging</class>
<widget class="QWidget" name="IConfigLogging">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>559</width>
<height>463</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QCheckBox" name="chkChannels">
<property name="text">
<string>Enable for channels</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="chkPrivates">
<property name="text">
<string>Enable for private messages</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Path to logs</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="edPath"/>
</item>
<item>
<widget class="QPushButton" name="btnBrowse">
<property name="text">
<string>Browse...</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QSplitter" name="splitter">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="childrenCollapsible">
<bool>true</bool>
</property>
<widget class="QListWidget" name="fileList"/>
<widget class="QPlainTextEdit" name="logView">
<property name="readOnly">
<bool>true</bool>
</property>
<property name="placeholderText">
<string>Select a log file on the left to view...</string>
</property>
</widget>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>