diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-02-04 13:39:38 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-02-04 13:39:38 +0900 |
commit | 61424d335349e0611f1c017d0079553231f1c433 (patch) | |
tree | 44ef7d870f47b15097da2a428171b202f7f08d89 /tdefilereplace/knewprojectdlgs.ui | |
parent | c9fa04f0848147a4a5cc0210b6f2ed9f7ae8e3fd (diff) | |
download | tdeutils-61424d335349e0611f1c017d0079553231f1c433.tar.gz tdeutils-61424d335349e0611f1c017d0079553231f1c433.zip |
Added support to remember search/replace strings used in TDEFileReplace. This resolves bug 2334.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdefilereplace/knewprojectdlgs.ui')
-rw-r--r-- | tdefilereplace/knewprojectdlgs.ui | 74 |
1 files changed, 63 insertions, 11 deletions
diff --git a/tdefilereplace/knewprojectdlgs.ui b/tdefilereplace/knewprojectdlgs.ui index 3f32b6f..d292814 100644 --- a/tdefilereplace/knewprojectdlgs.ui +++ b/tdefilereplace/knewprojectdlgs.ui @@ -200,7 +200,7 @@ <number>20</number> </property> <property name="maxCount"> - <number>10</number> + <number>20</number> </property> <property name="insertionPolicy"> <enum>AtTop</enum> @@ -319,15 +319,67 @@ <property name="name"> <cstring>unnamed</cstring> </property> - <widget class="TQLineEdit" row="0" column="1"> - <property name="name"> - <cstring>m_leSearch</cstring> - </property> + <widget class="TQComboBox" row="0" column="1"> + <property name="name"> + <cstring>m_cbSearch</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>3</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="editable"> + <bool>true</bool> + </property> + <property name="sizeLimit"> + <number>20</number> + </property> + <property name="maxCount"> + <number>20</number> + </property> + <property name="insertionPolicy"> + <enum>AtTop</enum> + </property> + <property name="duplicatesEnabled"> + <bool>false</bool> + </property> + <property name="whatsThis" stdset="0"> + <string>Insert a search string here.</string> + </property> </widget> - <widget class="TQLineEdit" row="1" column="1"> - <property name="name"> - <cstring>m_leReplace</cstring> - </property> + <widget class="TQComboBox" row="1" column="1"> + <property name="name"> + <cstring>m_cbReplace</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>3</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="editable"> + <bool>true</bool> + </property> + <property name="sizeLimit"> + <number>20</number> + </property> + <property name="maxCount"> + <number>20</number> + </property> + <property name="insertionPolicy"> + <enum>AtTop</enum> + </property> + <property name="duplicatesEnabled"> + <bool>false</bool> + </property> + <property name="whatsThis" stdset="0"> + <string>Insert a search string here.</string> + </property> </widget> <widget class="TQLabel" row="0" column="0"> <property name="name"> @@ -901,8 +953,8 @@ </widget> <tabstops> <tabstop>tabWidget2</tabstop> - <tabstop>m_leSearch</tabstop> - <tabstop>m_leReplace</tabstop> + <tabstop>m_cbSearch</tabstop> + <tabstop>m_cbReplace</tabstop> <tabstop>m_cbLocation</tabstop> <tabstop>m_pbLocation</tabstop> <tabstop>m_cbFilter</tabstop> |