QGIS API Documentation  3.22.4-Białowieża (ce8e65e95e)
qgssubsetstringeditorinterface.cpp
Go to the documentation of this file.
1 /***************************************************************************
2  qgssubsetstringeditorinterface.cpp
3  --------------------------------------
4  Date : 15-Nov-2020
5  Copyright : (C) 2020 by Even Rouault
6  Email : even.rouault at spatials.com
7 ****************************************************************************/
8 /***************************************************************************
9  * *
10  * This program is free software; you can redistribute it and/or modify *
11  * it under the terms of the GNU General Public License as published by *
12  * the Free Software Foundation; either version 2 of the License, or *
13  * (at your option) any later version. *
14  * *
15  ***************************************************************************/
16 
18 
20  Qt::WindowFlags fl )
21  : QDialog( parent, fl )
22 {}
QgsSubsetStringEditorInterface(QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags)
Constructor.