There is also this one stupid possibility:
Qt Code:
namespace UI { class Ui_xyz; };To copy to clipboard, switch view to plain text mode
or even this one (which can be autogenerated using some simple script):
Qt Code:
namespace UI { class xyz : public Ui::xyz {}; }To copy to clipboard, switch view to plain text mode
Bookmarks