~bstrong-f/fisysmgr/trunk

« back to all changes in this revision

Viewing changes to main/source/paramdlg.cpp

  • Committer: Barry Strong
  • Date: 2015-05-10 13:05:49 UTC
  • Revision ID: barry@softtechok.com-20150510130549-xlbzzt5slojawh70
Replaced password dialog with credentials dialog. Added minimal about box. Added change mout option value dialog. modified to compile with Qt4 or Qt5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
  You should have received a copy of the GNU General Public License
15
15
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
16
16
*/
17
 
#include "include/paramdlg.h"
 
17
#include "paramdlg.h"
18
18
#include "ui_paramdlg.h"
19
19
 
20
20
ParamDlg::ParamDlg(QWidget *parent, bool combobox) : QDialog(parent), ui(new Ui::ParamDlg) {