Yes, I'm using assistant. I would check it in docs, but I just written that I don't know what's the problem about
Yes, I'm using assistant. I would check it in docs, but I just written that I don't know what's the problem about
I made this changes you post, but when i launch application, only dialog window appear. I mean, no gui elements are displayed, only empty window. is that a 'typo'?
Yes, but this time its yours:I mean, no gui elements are displayed, only empty window. is that a 'typo'?
Qt Code:
int main(int argc, char *argv[]) { //QDialog *window = new QDialog; Dialog *window = new Dialog; window->show(); return app.exec(); }To copy to clipboard, switch view to plain text mode
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
Salazaar, please read and at least try to understand the code you write. I think you should be able to distinguish between "QDialog" and "Dialog".
Bookmarks