Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Perl & Qt-Designer

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
saintshakajin
Posts: 9
Joined: 2004-09-17 15:00
Location: Belgium

Perl & Qt-Designer

#1 Post by saintshakajin »

How to use it? Because I've installed libqt-perl and qt3-designer but when I do a puic -x -o blabla.pl blabla.ui it says:
puic: File generated with too recent version of Qt Designer (3.3). Recent extensions won't be handled.
What can I do?
Thanks for your help

Infos:
libqt-perl: 3.008-1
qt3-designer: 3.3.3-4.1

lacek
Posts: 764
Joined: 2004-03-11 18:49
Location: Budapest, Hungary
Contact:

#2 Post by lacek »

I dodn't find other way to solve this, just rewrite the version number in the UI file. So, replace the
<UI version="3.3"...
line with
<UI version="3.0"...
at the beginning of the file, and puic will work.

Jeroen
Debian Developer, Site Admin
Debian Developer, Site Admin
Posts: 483
Joined: 2004-04-06 18:19
Location: Utrecht, NL
Contact:

#3 Post by Jeroen »

Usually there is a reason for an error like this, so something might not completely work correctly...

It might work of course, but don't be surprise if it'll act in a weird way after employing this hack to make it work.

lacek
Posts: 764
Joined: 2004-03-11 18:49
Location: Budapest, Hungary
Contact:

#4 Post by lacek »

Sure, however, I didn't find any doc mentioning this behavior, so QuickHack(TM) is the only thing that remained... :-)
It is expected to have side effects, though, I'll grant you on that.

Post Reply