Now qbt remembers the last used folder. Fixes #799697. ver2

This commit is contained in:
sledgehammer_999
2011-09-21 02:21:14 +03:00
parent a82ccd8e95
commit 7c29e613f0
3 changed files with 29 additions and 4 deletions

View File

@@ -190,6 +190,12 @@
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
</layout>
@@ -217,6 +223,12 @@
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
<item>
@@ -238,6 +250,12 @@
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
</layout>
@@ -263,6 +281,13 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkLastFolder">
<property name="text">
<string>Remember last used folder</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout">
<property name="spacing">