git-svn-id: svn://db.shs.com.ru/libs@360 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2018-03-02 18:51:42 +00:00
parent 0ba8ad8f2c
commit 21af552add
6 changed files with 68 additions and 17 deletions

View File

@@ -2,6 +2,7 @@
#include "piqt_connection_edit.h"
#include <QFileDialog>
#include <qpiconfig.h>
#include <evalspinbox.h>
int main(int argc, char * argv[]) {
@@ -9,6 +10,9 @@ int main(int argc, char * argv[]) {
#if QT_VERSION >= 0x050000
a.setAttribute(Qt::AA_UseHighDpiPixmaps, true);
#endif
EvalSpinBox es;
es.show();
return a.exec();
ConnectionEdit w;
if (a.arguments().size() > 1) {
QPIConfig cfg(a.arguments()[1]);