MESSAGE m;
dialog::ConnectDialog dialog(this);
- dialog.setWindowTitle("IP Address:");
if (dialog.exec()) {
m.msg_type = MSG_NET;
void QKernel::on_actionKill_triggered()
{
dialog::KillInterpreterDialog dialog(this);
- dialog.setWindowTitle("Kill interpreter");
if (dialog.exec()) {
MESSAGE m;
</rect>
</property>
<property name="windowTitle">
- <string>Dialog</string>
+ <string>IP Address</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
</rect>
</property>
<property name="windowTitle">
- <string>Dialog</string>
+ <string>Kill interpreter</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>