mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-24 03:10:52 +01:00
Search and replace : Add two search options, contain text/entire word and case sensitive/insensitive
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5620 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -75,6 +75,8 @@ class SearchAndReplaceWidget : public QWidget
|
||||
void on_m_replace_pb_clicked();
|
||||
void on_m_replace_all_pb_clicked();
|
||||
void on_m_element_pb_clicked();
|
||||
void on_m_mode_cb_currentIndexChanged(int index);
|
||||
void on_m_case_sensitive_cb_stateChanged(int arg1);
|
||||
|
||||
private:
|
||||
Ui::SearchAndReplaceWidget *ui;
|
||||
|
||||
Reference in New Issue
Block a user