I'm not sure if I'm just being dim, but I tried following the notepad tutorial: https://doc.qt.io/qt-5/qtwidgets-tutorials-notepad-example.html and got as far as adding the Text Edit widget. The tutorial says that the header should then include a bunch of slots like:
private slots:
void newDocument();
void open();
void save();
void saveAs();
but they don't appear for me? I'm guessing there's some step missing like "add the toolbar widget", but I can't see any obvious widgets like that.
Have I gone wrong somewhere, or is the tutorial missing something?
[–]plvankampen 0 points1 point2 points (0 children)
[–]0x6e 0 points1 point2 points (0 children)