MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / format

Method format

DSView/pv/dialogs/search.cpp:117–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void Search::format()
118{
119 QLineEdit *sc = qobject_cast<QLineEdit *>(sender());
120 sc->setText(sc->text().toUpper());
121}
122
123std::map<uint16_t, QString> Search::get_pattern()
124{

Callers 15

putdataMethod · 0.45
decodeMethod · 0.45
decode_descriptorMethod · 0.45
decode_data_blockMethod · 0.45
put_wordMethod · 0.45
output_powerFunction · 0.45
pd.pyFile · 0.45
decode_fieldMethod · 0.45
decode_wordMethod · 0.45
handle_dcf77_bitMethod · 0.45
lookup_proto_ann_txtMethod · 0.45
text_for_accu_bytesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected