summaryrefslogtreecommitdiff
path: root/src/questionboxmemory.ui
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2013-10-20 16:51:40 +0200
committerTannin <devnull@localhost>2013-10-20 16:51:40 +0200
commitbc7c42dbe8dd85a77a2eb8c1d094c77aa5cb7b1f (patch)
tree63ed11fb562f87cbe815fb78978c6c801a1119e0 /src/questionboxmemory.ui
parent9a03783f491505940a20d006055a5427bf364807 (diff)
- directories in data-view are now sorted
- questionbox with selection memory is now exposed to plugins - the choice to run fnis from the checker can now be memorized
Diffstat (limited to 'src/questionboxmemory.ui')
-rw-r--r--src/questionboxmemory.ui139
1 files changed, 0 insertions, 139 deletions
diff --git a/src/questionboxmemory.ui b/src/questionboxmemory.ui
deleted file mode 100644
index 9c211fe8..00000000
--- a/src/questionboxmemory.ui
+++ /dev/null
@@ -1,139 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ui version="4.0">
- <class>QuestionBoxMemory</class>
- <widget class="QDialog" name="QuestionBoxMemory">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>374</width>
- <height>130</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string notr="true">Placeholder</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout" stretch="1,0">
- <property name="spacing">
- <number>1</number>
- </property>
- <property name="margin">
- <number>2</number>
- </property>
- <item>
- <widget class="QFrame" name="frame">
- <property name="frameShape">
- <enum>QFrame::StyledPanel</enum>
- </property>
- <property name="frameShadow">
- <enum>QFrame::Raised</enum>
- </property>
- <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0">
- <item>
- <widget class="QLabel" name="iconLabel">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>36</width>
- <height>36</height>
- </size>
- </property>
- <property name="autoFillBackground">
- <bool>false</bool>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="alignment">
- <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="messageLabel">
- <property name="font">
- <font>
- <pointsize>9</pointsize>
- </font>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="alignment">
- <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
- </property>
- <property name="wordWrap">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout_2">
- <property name="margin">
- <number>7</number>
- </property>
- <item>
- <widget class="QCheckBox" name="rememberCheckBox">
- <property name="text">
- <string>Remember selection</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QDialogButtonBox" name="buttonBox">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="standardButtons">
- <set>QDialogButtonBox::No|QDialogButtonBox::Yes</set>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- <resources/>
- <connections>
- <connection>
- <sender>buttonBox</sender>
- <signal>accepted()</signal>
- <receiver>QuestionBoxMemory</receiver>
- <slot>accept()</slot>
- <hints>
- <hint type="sourcelabel">
- <x>248</x>
- <y>254</y>
- </hint>
- <hint type="destinationlabel">
- <x>157</x>
- <y>274</y>
- </hint>
- </hints>
- </connection>
- <connection>
- <sender>buttonBox</sender>
- <signal>rejected()</signal>
- <receiver>QuestionBoxMemory</receiver>
- <slot>reject()</slot>
- <hints>
- <hint type="sourcelabel">
- <x>316</x>
- <y>260</y>
- </hint>
- <hint type="destinationlabel">
- <x>286</x>
- <y>274</y>
- </hint>
- </hints>
- </connection>
- </connections>
-</ui>