Lines Matching defs:strMessage
136 const QString &strMessage,
152 strMessage, strDetails,
161 strMessage, strDetails,
168 const QString &strMessage,
172 message(pParent, type, strMessage, strDetails, pcszAutoConfirmId,
177 const QString &strMessage,
183 return (message(pParent, type, strMessage, strDetails, pcszAutoConfirmId,
194 const QString &strMessage,
197 error(pParent, type, strMessage, QString(), pcszAutoConfirmId);
201 const QString &strMessage,
210 return message(pParent, type, strMessage, QString(), pcszAutoConfirmId,
215 const QString &strMessage,
220 return (question(pParent, type, strMessage, pcszAutoConfirmId,
231 const QString &strMessage,
237 return question(pParent, type, strMessage, pcszAutoConfirmId,
247 const QString &strMessage,
295 QPointer<QIMessageBox> pBox = new QIMessageBox(strTitle, strMessage, icon,
1107 QString strMessage;
1112 strMessage = tr("Failed to attach the hard disk (<nobr><b>%1</b></nobr>) to the slot <i>%2</i> of the machine <b>%3</b>.")
1118 strMessage = tr("Failed to attach the optical drive (<nobr><b>%1</b></nobr>) to the slot <i>%2</i> of the machine <b>%3</b>.")
1124 strMessage = tr("Failed to attach the floppy drive (<nobr><b>%1</b></nobr>) to the slot <i>%2</i> of the machine <b>%3</b>.")
1132 strMessage, formatErrorInfo(machine));
1235 QString strMessage;
1240 strMessage = tr("<p>Are you sure you want to release the virtual hard disk <nobr><b>%1</b></nobr>?</p>"
1246 strMessage = tr("<p>Are you sure you want to release the virtual optical disk <nobr><b>%1</b></nobr>?</p>"
1252 strMessage = tr("<p>Are you sure you want to release the virtual floppy disk <nobr><b>%1</b></nobr>?</p>"
1261 strMessage.arg(medium.location(), usage.join(", ")),
1269 QString strMessage;
1274 strMessage = tr("<p>Are you sure you want to remove the virtual hard disk "
1286 strMessage += tr("<p>As this hard disk is inaccessible its image file"
1293 strMessage = tr("<p>Are you sure you want to remove the virtual optical disk "
1295 strMessage += tr("<p>Note that the storage unit of this medium will not be "
1301 strMessage = tr("<p>Are you sure you want to remove the virtual floppy disk "
1303 strMessage += tr("<p>Note that the storage unit of this medium will not be "
1312 strMessage.arg(medium.location()),
1354 QString strMessage;
1359 strMessage = tr("Failed to detach the hard disk (<nobr><b>%1</b></nobr>) from the slot <i>%2</i> of the machine <b>%3</b>.")
1365 strMessage = tr("Failed to detach the optical drive (<nobr><b>%1</b></nobr>) from the slot <i>%2</i> of the machine <b>%3</b>.")
1371 strMessage = tr("Failed to detach the floppy drive (<nobr><b>%1</b></nobr>) from the slot <i>%2</i> of the machine <b>%3</b>.")
1379 error(pParent, MessageType_Error, strMessage, formatErrorInfo(machine));
1385 QString strMessage;
1392 strMessage = tr("<p>Unable to insert the virtual optical disk <nobr><b>%1</b></nobr> into the machine <b>%2</b>.</p>");
1394 strMessage += tr("<p>Would you like to try to force insertion of this disk?</p>");
1398 strMessage = tr("<p>Unable to eject the virtual optical disk <nobr><b>%1</b></nobr> from the machine <b>%2</b>.</p>");
1400 strMessage += tr("<p>Would you like to try to force ejection of this disk?</p>");
1408 strMessage = tr("<p>Unable to insert the virtual floppy disk <nobr><b>%1</b></nobr> into the machine <b>%2</b>.</p>");
1410 strMessage += tr("<p>Would you like to try to force insertion of this disk?</p>");
1414 strMessage = tr("<p>Unable to eject the virtual floppy disk <nobr><b>%1</b></nobr> from the machine <b>%2</b>.</p>");
1416 strMessage += tr("<p>Would you like to try to force ejection of this disk?</p>");
1426 strMessage.arg(medium.isHostDrive() ? medium.name() : medium.location(), CMachine(machine).GetName()),
1431 strMessage.arg(medium.isHostDrive() ? medium.name() : medium.location(), CMachine(machine).GetName()),
1439 QString strMessage;
1444 strMessage = tr("Failed to open the hard disk file <nobr><b>%1</b></nobr>.");
1449 strMessage = tr("Failed to open the optical disk file <nobr><b>%1</b></nobr>.");
1454 strMessage = tr("Failed to open the floppy disk file <nobr><b>%1</b></nobr>.");
1462 strMessage.arg(strLocation), formatErrorInfo(vbox));
1468 QString strMessage;
1473 strMessage = tr("Failed to close the hard disk file <nobr><b>%2</b></nobr>.");
1478 strMessage = tr("Failed to close the optical disk file <nobr><b>%2</b></nobr>.");
1483 strMessage = tr("Failed to close the floppy disk file <nobr><b>%2</b></nobr>.");
1491 strMessage.arg(medium.location()), formatErrorInfo(rc));
2672 const QString &strMessage, const QString &strDetails,
2679 strMessage, strDetails,
2820 const QString &strMessage, const QString &strDetails,
2885 QPointer<QIMessageBox> pMessageBox = new QIMessageBox(title, strMessage, icon,