xfwm4 bug

Jens Luedicke perldude at xfce.org
Wed Jun 30 18:07:00 CEST 2004


Hi ...

I have a QProgressDialog that is set to autoclose on reset.

when the dialog is only needed for a very short period,
xfwm4 removes the dialog's frame and the dialog stays on
top.

I use the following code to create the dialog:

Tools::Tools() : QObject(0,0) {
	dialog = new QProgressDialog();
	dialog->setAutoClose(true);
  	dialog->setModal(true);
	dialog->setCaption("Progress Dialog");
	dialog->setCancelButtonText("Cancel");

	// ...
}

Tools::~Tools() {
	qWarning("reset dialog");
	dialog->reset();
}

screenshot:

http://public.fh-wolfenbuettel.de/~luedickj/dialog.png

jens



More information about the Xfce4-dev mailing list