2018-01-01 09:22:11 +01:00
|
|
|
<?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>
|
2018-09-01 07:36:58 +02:00
|
|
|
<width>1057</width>
|
2019-11-03 08:30:30 +01:00
|
|
|
<height>637</height>
|
2018-01-01 09:22:11 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2019-11-01 09:29:00 +01:00
|
|
|
<string>daca triage tool</string>
|
2018-01-01 09:22:11 +01:00
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralWidget">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
2019-11-04 07:10:31 +01:00
|
|
|
<property name="spacing">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
2018-01-01 09:22:11 +01:00
|
|
|
<item>
|
2019-11-03 08:30:30 +01:00
|
|
|
<layout class="QVBoxLayout" name="middleLayout">
|
2019-11-04 07:10:31 +01:00
|
|
|
<property name="spacing">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
2018-09-01 07:36:58 +02:00
|
|
|
<item>
|
|
|
|
<widget class="CodeEditor" name="code">
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2019-11-04 07:10:31 +01:00
|
|
|
<layout class="QGridLayout" name="urlFileLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
2018-09-01 07:36:58 +02:00
|
|
|
<item row="0" column="0">
|
2019-11-03 08:30:30 +01:00
|
|
|
<widget class="QLabel" name="urllabel">
|
2018-09-01 07:36:58 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>url</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
2019-11-04 07:10:31 +01:00
|
|
|
<widget class="QLineEdit" name="urlEdit"/>
|
2018-09-01 07:36:58 +02:00
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
2019-11-03 08:30:30 +01:00
|
|
|
<widget class="QLabel" name="filelabel">
|
2018-09-01 07:36:58 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>file</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
2019-11-04 07:10:31 +01:00
|
|
|
<widget class="QLineEdit" name="fileEdit"/>
|
2018-09-01 07:36:58 +02:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2018-01-01 09:22:11 +01:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2019-11-03 08:30:30 +01:00
|
|
|
<widget class="QToolBar" name="mainToolBar">
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
|
|
|
<widget class="QStatusBar" name="statusBar"/>
|
|
|
|
<widget class="QDockWidget" name="leftDock">
|
|
|
|
<property name="floating">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="features">
|
|
|
|
<set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
|
|
|
|
</property>
|
|
|
|
<attribute name="dockWidgetArea">
|
|
|
|
<number>1</number>
|
|
|
|
</attribute>
|
2019-11-04 07:10:31 +01:00
|
|
|
<widget class="QWidget" name="leftDockWidgetContents">
|
2019-11-03 08:30:30 +01:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
2019-11-04 07:10:31 +01:00
|
|
|
<property name="spacing">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
2019-11-03 08:30:30 +01:00
|
|
|
<item>
|
2019-11-04 07:10:31 +01:00
|
|
|
<layout class="QVBoxLayout" name="leftDockVerticalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
2019-11-03 08:30:30 +01:00
|
|
|
<item>
|
2019-11-04 07:10:31 +01:00
|
|
|
<layout class="QHBoxLayout" name="loadLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
2019-11-03 08:30:30 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="loadFile">
|
|
|
|
<property name="text">
|
|
|
|
<string>Load from file</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="loadFromClipboard">
|
|
|
|
<property name="text">
|
|
|
|
<string>Load from clipboard</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QListWidget" name="results"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="random100">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show 100 random results</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2019-11-04 07:10:31 +01:00
|
|
|
<layout class="QHBoxLayout" name="versionLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
2019-11-03 08:30:30 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="versionLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Version</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="version"/>
|
|
|
|
</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>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
2018-01-01 09:22:11 +01:00
|
|
|
<widget class="QMenuBar" name="menuBar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2018-09-01 07:36:58 +02:00
|
|
|
<width>1057</width>
|
2019-11-01 09:29:00 +01:00
|
|
|
<height>30</height>
|
2018-01-01 09:22:11 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2019-11-03 08:30:30 +01:00
|
|
|
<widget class="QDockWidget" name="rightDock">
|
|
|
|
<property name="features">
|
|
|
|
<set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
|
|
|
|
</property>
|
|
|
|
<attribute name="dockWidgetArea">
|
|
|
|
<number>2</number>
|
2018-01-01 09:22:11 +01:00
|
|
|
</attribute>
|
2019-11-04 07:10:31 +01:00
|
|
|
<widget class="QWidget" name="rightDockWidgetContents">
|
2019-11-03 08:30:30 +01:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
2019-11-04 07:10:31 +01:00
|
|
|
<property name="spacing">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
2019-11-03 08:30:30 +01:00
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="filesNavigatorLayout">
|
2019-11-04 07:10:31 +01:00
|
|
|
<property name="spacing">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
2019-11-03 08:30:30 +01:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="filterLayout">
|
2019-11-04 07:10:31 +01:00
|
|
|
<property name="spacing">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
2019-11-03 08:30:30 +01:00
|
|
|
<item>
|
2019-11-04 07:10:31 +01:00
|
|
|
<widget class="QLineEdit" name="filterEdit">
|
2019-11-03 08:30:30 +01:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="placeholderText">
|
|
|
|
<string>filter</string>
|
|
|
|
</property>
|
|
|
|
<property name="clearButtonEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="inFilesButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>In files</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="fsTab">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Filesystem</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
2019-11-04 07:10:31 +01:00
|
|
|
<property name="spacing">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
2019-11-03 08:30:30 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QTreeView" name="directoryTree">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="itemsExpandable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<attribute name="headerVisible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="inFilesTab">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>In Files Result</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_6">
|
2019-11-04 07:10:31 +01:00
|
|
|
<property name="spacing">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
2019-11-03 08:30:30 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QListWidget" name="inFilesResult">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="fileFilterLayout">
|
2019-11-04 07:10:31 +01:00
|
|
|
<property name="spacing">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
2019-11-03 08:30:30 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="hFilesFilter">
|
|
|
|
<property name="text">
|
|
|
|
<string>*.h, *.hpp,...</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2019-11-04 07:10:31 +01:00
|
|
|
<widget class="QCheckBox" name="srcFilesFilter">
|
2019-11-03 08:30:30 +01:00
|
|
|
<property name="text">
|
|
|
|
<string>*.c, *.cpp,...</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2018-01-01 09:22:11 +01:00
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>CodeEditor</class>
|
|
|
|
<extends>QPlainTextEdit</extends>
|
|
|
|
<header>codeeditor.h</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
|
|
|
<resources/>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
2019-11-04 07:10:31 +01:00
|
|
|
<sender>filterEdit</sender>
|
2019-11-03 08:30:30 +01:00
|
|
|
<signal>textChanged(QString)</signal>
|
2018-01-01 09:22:11 +01:00
|
|
|
<receiver>MainWindow</receiver>
|
2019-11-03 08:30:30 +01:00
|
|
|
<slot>fileTreeFilter(QString)</slot>
|
2018-01-01 09:22:11 +01:00
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
2019-11-03 08:30:30 +01:00
|
|
|
<x>940</x>
|
|
|
|
<y>275</y>
|
2018-01-01 09:22:11 +01:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
2019-11-03 08:30:30 +01:00
|
|
|
<x>528</x>
|
|
|
|
<y>268</y>
|
2018-01-01 09:22:11 +01:00
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
2018-01-02 23:39:30 +01:00
|
|
|
<connection>
|
2019-11-03 08:30:30 +01:00
|
|
|
<sender>inFilesButton</sender>
|
2018-01-02 23:39:30 +01:00
|
|
|
<signal>clicked()</signal>
|
|
|
|
<receiver>MainWindow</receiver>
|
2019-11-03 08:30:30 +01:00
|
|
|
<slot>findInFilesClicked()</slot>
|
2018-01-02 23:39:30 +01:00
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
2019-11-03 08:30:30 +01:00
|
|
|
<x>776</x>
|
|
|
|
<y>68</y>
|
2018-01-02 23:39:30 +01:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
2019-11-03 08:30:30 +01:00
|
|
|
<x>413</x>
|
|
|
|
<y>268</y>
|
2018-01-02 23:39:30 +01:00
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
2019-01-14 17:49:10 +01:00
|
|
|
<connection>
|
2019-11-03 08:30:30 +01:00
|
|
|
<sender>directoryTree</sender>
|
|
|
|
<signal>doubleClicked(QModelIndex)</signal>
|
2019-01-14 17:49:10 +01:00
|
|
|
<receiver>MainWindow</receiver>
|
2019-11-03 08:30:30 +01:00
|
|
|
<slot>directorytreeDoubleClick()</slot>
|
2019-01-14 17:49:10 +01:00
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
2019-11-03 08:30:30 +01:00
|
|
|
<x>780</x>
|
|
|
|
<y>314</y>
|
2019-01-14 17:49:10 +01:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
2019-11-03 08:30:30 +01:00
|
|
|
<x>454</x>
|
2019-01-14 17:49:10 +01:00
|
|
|
<y>268</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
2019-03-09 11:01:22 +01:00
|
|
|
<connection>
|
2019-11-03 08:30:30 +01:00
|
|
|
<sender>inFilesResult</sender>
|
|
|
|
<signal>doubleClicked(QModelIndex)</signal>
|
2019-03-09 11:01:22 +01:00
|
|
|
<receiver>MainWindow</receiver>
|
2019-11-03 08:30:30 +01:00
|
|
|
<slot>searchResultsDoubleClick()</slot>
|
2019-03-09 11:01:22 +01:00
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
2019-11-03 08:30:30 +01:00
|
|
|
<x>755</x>
|
|
|
|
<y>314</y>
|
2019-03-09 11:01:22 +01:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
2019-11-03 08:30:30 +01:00
|
|
|
<x>454</x>
|
|
|
|
<y>268</y>
|
2019-03-09 11:01:22 +01:00
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
2019-11-03 08:30:30 +01:00
|
|
|
<sender>loadFile</sender>
|
2019-03-09 11:01:22 +01:00
|
|
|
<signal>clicked()</signal>
|
|
|
|
<receiver>MainWindow</receiver>
|
2019-11-03 08:30:30 +01:00
|
|
|
<slot>loadFile()</slot>
|
2019-03-09 11:01:22 +01:00
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
2019-11-03 08:30:30 +01:00
|
|
|
<x>22</x>
|
|
|
|
<y>65</y>
|
2019-03-09 11:01:22 +01:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
2019-11-03 08:30:30 +01:00
|
|
|
<x>22</x>
|
|
|
|
<y>46</y>
|
2019-03-09 11:01:22 +01:00
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
2019-11-01 09:29:00 +01:00
|
|
|
<connection>
|
2019-11-03 08:30:30 +01:00
|
|
|
<sender>loadFromClipboard</sender>
|
|
|
|
<signal>clicked()</signal>
|
2019-11-01 09:29:00 +01:00
|
|
|
<receiver>MainWindow</receiver>
|
2019-11-03 08:30:30 +01:00
|
|
|
<slot>loadFromClipboard()</slot>
|
2019-11-01 09:29:00 +01:00
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
2019-11-03 08:30:30 +01:00
|
|
|
<x>142</x>
|
|
|
|
<y>55</y>
|
2019-11-01 09:29:00 +01:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>528</x>
|
|
|
|
<y>268</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
2019-11-03 08:30:30 +01:00
|
|
|
<sender>random100</sender>
|
2019-11-01 09:29:00 +01:00
|
|
|
<signal>clicked()</signal>
|
|
|
|
<receiver>MainWindow</receiver>
|
2019-11-03 08:30:30 +01:00
|
|
|
<slot>refreshResults()</slot>
|
2019-11-01 09:29:00 +01:00
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
2019-11-03 08:30:30 +01:00
|
|
|
<x>30</x>
|
|
|
|
<y>464</y>
|
2019-11-01 09:29:00 +01:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
2019-11-03 08:30:30 +01:00
|
|
|
<x>3</x>
|
|
|
|
<y>460</y>
|
2019-11-01 09:29:00 +01:00
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
2019-11-03 08:30:30 +01:00
|
|
|
<sender>results</sender>
|
|
|
|
<signal>itemDoubleClicked(QListWidgetItem*)</signal>
|
2019-11-01 09:29:00 +01:00
|
|
|
<receiver>MainWindow</receiver>
|
2023-11-20 07:23:45 +01:00
|
|
|
<slot>showResult(const QListWidgetItem*)</slot>
|
2019-11-01 09:29:00 +01:00
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
2019-11-03 08:30:30 +01:00
|
|
|
<x>28</x>
|
|
|
|
<y>104</y>
|
2019-11-01 09:29:00 +01:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
2019-11-03 08:30:30 +01:00
|
|
|
<x>5</x>
|
|
|
|
<y>104</y>
|
2019-11-01 09:29:00 +01:00
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
2019-11-03 08:30:30 +01:00
|
|
|
<sender>version</sender>
|
|
|
|
<signal>currentIndexChanged(QString)</signal>
|
2019-11-01 09:29:00 +01:00
|
|
|
<receiver>MainWindow</receiver>
|
2019-11-03 08:30:30 +01:00
|
|
|
<slot>filter(QString)</slot>
|
2019-11-01 09:29:00 +01:00
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
2019-11-03 08:30:30 +01:00
|
|
|
<x>98</x>
|
|
|
|
<y>489</y>
|
2019-11-01 09:29:00 +01:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
2019-11-03 08:30:30 +01:00
|
|
|
<x>493</x>
|
|
|
|
<y>39</y>
|
2019-11-01 09:29:00 +01:00
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
2018-01-01 09:22:11 +01:00
|
|
|
</connections>
|
|
|
|
<slots>
|
2018-01-02 23:39:30 +01:00
|
|
|
<slot>loadFile()</slot>
|
2023-11-20 07:23:45 +01:00
|
|
|
<slot>showResult(const QListWidgetItem*)</slot>
|
2019-01-14 17:49:10 +01:00
|
|
|
<slot>loadFromClipboard()</slot>
|
2019-03-09 11:01:22 +01:00
|
|
|
<slot>filter(QString)</slot>
|
|
|
|
<slot>refreshResults()</slot>
|
2019-11-01 09:29:00 +01:00
|
|
|
<slot>fileTreeFilter(QString)</slot>
|
|
|
|
<slot>findInFilesClicked()</slot>
|
|
|
|
<slot>directorytreeDoubleClick()</slot>
|
|
|
|
<slot>searchResultsDoubleClick()</slot>
|
2018-01-01 09:22:11 +01:00
|
|
|
</slots>
|
|
|
|
</ui>
|