Your message dated Mon, 05 Oct 2015 19:27:18 -0300
with message-id <6596608.NAtQogTXzM@luna>
and subject line Done
has caused the Debian Bug report #528824,
regarding libqtgui4: Hyperlinks not working in message boxes
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
528824: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=528824
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libqtgui4
Version: 4.5.1-2
Severity: normal
With the attached test program, clicking on the hyperlink in the first message
box doesn't do anything, but clicking on the link in the label window does
work. The test program works fine with a local installation of Qt 4.3.5 I had
on my machine.
I also tried the same thing with another (only slightly more complex) example,
where the QMessageBox::information was invoked in response to an existing
button being clicked; it showed the same behavior. Even
QMessageBox::aboutQt()'s hyperlinks weren't working when I tried calling that
instead.
--
Daniel Schepler
#include <QApplication>
#include <QMessageBox>
#include <QLabel>
int main(int argc, char *argv[]) {
QApplication app(argc, argv);
QMessageBox::information(NULL, "Test",
"Welcome to <a href=\"http://www.debian.org/\">"
"Debian</a>!");
QLabel lbl("Using <a href=\"http://www.qtsoftware.com/\">Qt</a>");
lbl.setOpenExternalLinks(true);
lbl.show();
return app.exec();
}
--- End Message ---
--- Begin Message ---
Version: 4.8.7+dfsg-1
I built the example and it works. I really think this might have get fixed
years ago :-/
--
~/ sweet ~/
Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/
signature.asc
Description: This is a digitally signed message part.
--- End Message ---