MCPcopy Create free account
hub / github.com/baldurk/renderdoc / enableCancel

Method enableCancel

qrenderdoc/Code/QRDUtils.cpp:2957–2957  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2955 }
2956
2957 void enableCancel() { setCancelButtonText(tr("Cancel")); }
2958 void setPercentage(float percent) { setValue(int(maxProgress * percent)); }
2959 void setInfinite(bool infinite)
2960 {

Callers 1

ShowProgressDialogFunction · 0.80

Calls 1

trFunction · 0.70

Tested by

no test coverage detected