MCPcopy Create free account
hub / github.com/Faster3ck/Converseen / removeItems

Method removeItems

src/mainwindowimpl.cpp:953–967  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

951}
952
953void MainWindowImpl::removeItems()
954{
955 if (!iAList->isEmpty()) {
956 treeWidget->removeItems(iAList);
957
958 labelPreview->setText(tr("Preview"));
959
960 labelType->setText(" - ");
961 label_ImageSize->setText(" - ");
962 labelFileSize->setText(" - ");
963 label_ImageResolution->setText(" - ");
964
965 labelPixelGeometry->setText("");
966 }
967}
968
969void MainWindowImpl::removeAllItems()
970{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected