|
a/src/qtgui/advsearch_w.h |
|
b/src/qtgui/advsearch_w.h |
1 |
#ifndef _ADVSEARCH_W_H_INCLUDED_
|
1 |
#ifndef _ADVSEARCH_W_H_INCLUDED_
|
2 |
#define _ADVSEARCH_W_H_INCLUDED_
|
2 |
#define _ADVSEARCH_W_H_INCLUDED_
|
3 |
/* @(#$Id: advsearch_w.h,v 1.1 2006-09-04 15:13:01 dockes Exp $ (C) 2005 J.F.Dockes */
|
3 |
/* @(#$Id: advsearch_w.h,v 1.2 2006-09-13 08:13:36 dockes Exp $ (C) 2005 J.F.Dockes */
|
4 |
/*
|
4 |
/*
|
5 |
* This program is free software; you can redistribute it and/or modify
|
5 |
* This program is free software; you can redistribute it and/or modify
|
6 |
* it under the terms of the GNU General Public License as published by
|
6 |
* it under the terms of the GNU General Public License as published by
|
7 |
* the Free Software Foundation; either version 2 of the License, or
|
7 |
* the Free Software Foundation; either version 2 of the License, or
|
8 |
* (at your option) any later version.
|
8 |
* (at your option) any later version.
|
|
... |
|
... |
38 |
virtual void addFiltypPB_clicked();
|
38 |
virtual void addFiltypPB_clicked();
|
39 |
virtual void addAFiltypPB_clicked();
|
39 |
virtual void addAFiltypPB_clicked();
|
40 |
virtual void restrictFtCB_toggled( bool on );
|
40 |
virtual void restrictFtCB_toggled( bool on );
|
41 |
virtual void searchPB_clicked();
|
41 |
virtual void searchPB_clicked();
|
42 |
virtual void browsePB_clicked();
|
42 |
virtual void browsePB_clicked();
|
|
|
43 |
virtual void saveFileTypes();
|
43 |
|
44 |
|
44 |
signals:
|
45 |
signals:
|
45 |
void startSearch(Rcl::AdvSearchData);
|
46 |
void startSearch(Rcl::AdvSearchData);
|
46 |
|
47 |
|
47 |
private:
|
48 |
private:
|