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.
341 lines
9.9 KiB
341 lines
9.9 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>MainWindow</class>
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>889</width>
|
|
<height>634</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>IL Extract</string>
|
|
</property>
|
|
<property name="windowIcon">
|
|
<iconset>
|
|
<normaloff>extract.svg</normaloff>extract.svg</iconset>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
<item row="0" column="0">
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<item row="0" column="0">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
<item alignment="Qt::AlignLeft">
|
|
<widget class="QLabel" name="reportTypeL">
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>14</pointsize>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Infolease Report Type:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>reportTypeCB</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QComboBox" name="reportTypeCB">
|
|
<item>
|
|
<property name="text">
|
|
<string>ACH</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Disposition</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Gain Loss</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Lock Box</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Minv_C</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Net Inv. Loans</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>NI Renewal</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>NIV After</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>PBP / Epay</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Returned Check</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Unapplied</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>VMCC</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Wires</string>
|
|
</property>
|
|
</item>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<layout class="QVBoxLayout" name="fileSettingsBox">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="inputFileBox">
|
|
<item>
|
|
<widget class="QPushButton" name="inputFileButton">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Maximum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>250</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>250</width>
|
|
<height>55</height>
|
|
</size>
|
|
</property>
|
|
<property name="text">
|
|
<string>Select &InfoLease Report</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>folder.svg</normaloff>folder.svg</iconset>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="inputFileLE">
|
|
<property name="readOnly">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>No file selected</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="outFileLocation">
|
|
<item>
|
|
<widget class="QPushButton" name="outputFileButton">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Maximum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>250</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>250</width>
|
|
<height>55</height>
|
|
</size>
|
|
</property>
|
|
<property name="text">
|
|
<string>Select &Report Output Location</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>folder.svg</normaloff>folder.svg</iconset>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="outputFileLE">
|
|
<property name="readOnly">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>No location selected</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<widget class="QPushButton" name="processReportButton">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Process Report</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>process.svg</normaloff>process.svg</iconset>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="openReportButton">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Copy to Clipboard</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>copy.svg</normaloff>copy.svg</iconset>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="openReportButton_2">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Open Folder</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>folder.svg</normaloff>folder.svg</iconset>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="openReportButton_3">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Open File</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>excel.svg</normaloff>excel.svg</iconset>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="3" column="0">
|
|
<widget class="QTextBrowser" name="inputFilePreview"/>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>889</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menu_Settings">
|
|
<property name="title">
|
|
<string>&Settings</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>settings.svg</normaloff>settings.svg</iconset>
|
|
</property>
|
|
<widget class="QMenu" name="menuStart_Maximized">
|
|
<property name="title">
|
|
<string>Start &Maximized</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>maximize.svg</normaloff>maximize.svg</iconset>
|
|
</property>
|
|
<addaction name="action_True"/>
|
|
<addaction name="action_False"/>
|
|
</widget>
|
|
<addaction name="action_Default_Locations"/>
|
|
<addaction name="menuStart_Maximized"/>
|
|
</widget>
|
|
<addaction name="menu_Settings"/>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
<action name="action_Default_Locations">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>fileSearch.svg</normaloff>fileSearch.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Default Locations</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_True">
|
|
<property name="text">
|
|
<string>&True</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_False">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>checkedCircle.svg</normaloff>checkedCircle.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&False</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<tabstops>
|
|
<tabstop>reportTypeCB</tabstop>
|
|
<tabstop>inputFileButton</tabstop>
|
|
<tabstop>outputFileButton</tabstop>
|
|
<tabstop>processReportButton</tabstop>
|
|
<tabstop>openReportButton</tabstop>
|
|
<tabstop>inputFileLE</tabstop>
|
|
<tabstop>outputFileLE</tabstop>
|
|
<tabstop>inputFilePreview</tabstop>
|
|
</tabstops>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|
|
|