Answer the question
In order to leave comments, you need to log in
Why create an object within an object?
I saw such a design, and something shorted out in my head. I don't understand how to do that.
#include "mydialogwindow.h"
#include "ui_mydialogwindow.h"
MyDialogWindow::MyDialogWindow(QWidget *parent) :
QDialog(parent),
ui(new Ui::MyDialogWindow)
{
ui->setupUi(this);
/*code*/
}
ui(new Ui::MyDialogWindow)
Answer the question
In order to leave comments, you need to log in
Ctrl + click here, everything will become clear:
#include "ui_mydialogwindow.h"
layout is evaluated by code validators and the accessibility validator
A small minus.
And this bright gray text color on a white background just strains my eyes. In general, adaptability is not bad.
PS I did not look at the layout itself as implemented, only by running html, to check that the semantics are present.
Slamzil, 100%.
I saw this template where is the one, now I will find it!
What needs to be fixed?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question