MCPcopy Create free account
hub / github.com/YACReader/yacreader / exec

Method exec

YACReaderLibrary/add_label_dialog.cpp:90–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90int AddLabelDialog::exec()
91{
92 edit->clear();
93 list->clearSelection();
94
95 acceptButton->setDisabled(true);
96
97 list->setCurrentRow(0);
98
99 return QDialog::exec();
100}
101
102void AddLabelDialog::validateName(const QString &name)
103{

Callers 15

performDragMethod · 0.80
runMethod · 0.80
editColorItemMethod · 0.80
createLibraryMethod · 0.80
updateLibraryMethod · 0.80
rescanXMLInfoLibraryMethod · 0.80
startFunction · 0.80
newVersionMethod · 0.80
runMethod · 0.80
mainFunction · 0.80
updateLibraryMethod · 0.80
editApiKeyMethod · 0.80

Calls 2

clearMethod · 0.45
setDisabledMethod · 0.45

Tested by

no test coverage detected