Exemplo n.º 1
0
        // CONSTRUCTOR
        public AboutDialogClass()
        {
            // Create new aboutwindow_UI object
            aboutdialog_UI = new Ui.AboutDialog();

            // Configure layout of this new QDialog with
            // aboutdialog_UI objects and data
            aboutdialog_UI.SetupUi(this);

            // Update Qt graphic objects
            UpdateGraphicObjects();

            // Update reactors (eventhandler)
            UpdateReactors();
        }
Exemplo n.º 2
0
        // CONSTRUCTOR
        public AboutDialogClass()
        {
            // Create new aboutwindow_UI object
            aboutdialog_UI = new Ui.AboutDialog();

            // Configure layout of this new QDialog with
            // aboutdialog_UI objects and data
            aboutdialog_UI.SetupUi(this);

            // Update Qt graphic objects
            UpdateGraphicObjects();


            // Update reactors (eventhandler)
            UpdateReactors();
        }