MCPcopy Create free account
hub / github.com/echQoQ/RustSL / _create_vm_checks_group

Method _create_vm_checks_group

gui/main_window.py:200–209  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

198 return mem_group
199
200 def _create_vm_checks_group(self):
201 vm_group = QGroupBox('Sandbox/VM Detection')
202 vm_layout = QVBoxLayout()
203 self.vm_checks_group = QGroupBox('')
204 self.vm_checks_group.setVisible(True)
205 grid, self.vm_checkboxes = create_vm_checks_grid()
206 self.vm_checks_group.setLayout(grid)
207 vm_layout.addWidget(self.vm_checks_group)
208 vm_group.setLayout(vm_layout)
209 return vm_group
210
211 def _create_run_mode_group(self):
212 run_group = QGroupBox('Run Mode')

Callers 1

init_uiMethod · 0.95

Calls 1

create_vm_checks_gridFunction · 0.85

Tested by

no test coverage detected