def _hddDiskImageCreateSlot(self):
     create_dialog = QemuImageWizard(self, self._compute_id,
                                     self.uiNameLineEdit.text() + '-hdd')
     if QtWidgets.QDialog.Accepted == create_dialog.exec_():
         self.uiHddDiskImageLineEdit.setText(
             create_dialog.uiLocationLineEdit.text())
 def _hddDiskImageCreateSlot(self):
     create_dialog = QemuImageWizard(self, self._server, self.uiNameLineEdit.text() + '-hdd')
     if QtWidgets.QDialog.Accepted == create_dialog.exec_():
         self.uiHddDiskImageLineEdit.setText(create_dialog.uiLocationLineEdit.text())