#include #include #include "QAntAbstractButton.h" #include int main(int argc, char *argv[]) { QApplication a(argc, argv); // QPushButton button("Hello world!", nullptr); QAntAbstractButton button; // button.resize(200, 100); // button.show(); return QApplication::exec(); }