MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / SymViewTab

Method SymViewTab

Default/GenericInspector/SymViewTab.cpp:30–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28using namespace SigDigger;
29
30SymViewTab::SymViewTab(QWidget *parent) :
31 QWidget(parent),
32 ui(new Ui::SymViewTab)
33{
34 ui->setupUi(this);
35
36#ifdef __APPLE__
37 // Qt for MacOS X does not now how to handle proper button styling. We
38 // just get rid of it for the sake of clarity.
39 this->ui->recordButton->setStyleSheet("");
40#endif // __APPLE__
41
42 this->connectAll();
43}
44
45SymViewTab::~SymViewTab()
46{

Callers

nothing calls this directly

Calls 1

connectAllMethod · 0.95

Tested by

no test coverage detected