code_app/app/scanner2/dialog_logmanager.ui

140 lines
3.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog_LogManager</class>
<widget class="QDialog" name="Dialog_LogManager">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>487</width>
<height>354</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout" stretch="0,1,0,0">
<item>
<widget class="QPushButton" name="btn_directory">
<property name="text">
<string>Directory...</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_directory">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lab_fileType">
<property name="text">
<string>File Type:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="cbox_fileType">
<property name="maximumSize">
<size>
<width>100</width>
<height>16777215</height>
</size>
</property>
<item>
<property name="text">
<string>All(*.*)</string>
</property>
</item>
<item>
<property name="text">
<string>Image(*.jpg,*.bmp,*.png,*.tif)</string>
</property>
</item>
<item>
<property name="text">
<string>PDF(*.pdf)</string>
</property>
</item>
<item>
<property name="text">
<string>Text(*.txt)</string>
</property>
</item>
<item>
<property name="text">
<string>Config(*.ini,*.xml)</string>
</property>
</item>
<item>
<property name="text">
<string>Website(*.html)</string>
</property>
</item>
<item>
<property name="text">
<string>HGlog(*.HGLog)</string>
</property>
</item>
</widget>
</item>
</layout>
</item>
<item>
<widget class="Line" name="line">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QListWidget" name="listWidget"/>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,1,0,0">
<item>
<widget class="QPushButton" name="btn_clear">
<property name="text">
<string>Clear</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="btn_export">
<property name="text">
<string>Export...</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_cancel">
<property name="text">
<string>Cancel</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>