#include "newp4connectiondialog.h" #include "ui_newp4connectiondialog.h" NewP4ConnectionDialog::NewP4ConnectionDialog(QWidget *parent) : QDialog(parent), ui(new Ui::NewP4ConnectionDialog) { ui->setupUi(this); } NewP4ConnectionDialog::~NewP4ConnectionDialog() { delete ui; }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 8115 | David George |
a bunch of changes to the GuiApi - probably bound to change, though, so use at your own risk! beginnings of migrating to an "all windows are created equal" model. (as opposed to a MainWindow) removing the unreliable Qt execution of the .js methods - please include in your HTML (<script type="text/javascript" src="qrc:/js/ClientKitMethods.js"></script>) |