fix for UI in head

Diego Iastrubni iastrubn at actcom.co.il
Thu Jun 12 00:18:05 UTC 2003


Hi all,

I have tried to compile gideon, using qt3.1.2 and got into trouble:

/usr/lib/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -o 
runoptionswidgetbase.h ./runoptionswidgetbase.ui
Session management error: Could not open network socket
uic: File generated with too recent version of Qt Designer (3.2 vs. 3.1.2)
make[3]: *** [runoptionswidgetbase.h] Error 1

The file info is:
---------------------------
revision 1.11
date: 2003/06/11 13:08:17;  author: rodda;  state: Exp;  lines: +24 -6
Add an option to turn off automatic compliation before program execution.
----------------------------

I fixed it by loading it into designer of qt 3.1.2 and then saving it back.
The output of cvs diff -u was:

diff -u -r1.11 runoptionswidgetbase.ui
--- runoptionswidgetbase.ui     11 Jun 2003 13:08:17 -0000      1.11
+++ runoptionswidgetbase.ui     11 Jun 2003 22:03:48 -0000
@@ -1,4 +1,4 @@
-<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
+<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
 <class>RunOptionsWidgetBase</class>
 <widget class="QWidget">
     <property name="name">
@@ -59,6 +59,9 @@
                 <widget class="QLineEdit" row="3" column="0" rowspan="1" 
colspan="2">
                     <property name="name">
                         <cstring>progargs_edit</cstring>
+                    </property>
+                    <property name="text">
+                        <string></string>
                     </property>
                 </widget>
                 <widget class="QLineEdit" row="1" column="0">

I would like to commit this "patch" to cvs, since i think that qt designer 3.2 
is backward compatible with the 3.1.2. I have a "normal" cvs account in kde. 
I understand that it's not enough for you guys... well... "we can work it 
out" as one great band said once.


-- 

- diego
 ________________________________________ 
/ "It's what you learn after you know it \
\ all that counts." -- John Wooden       /
 ---------------------------------------- 
        \   ^__^
         \  (xx)\_______
            (__)\       )\/\
             U  ||----w |
                ||     ||

Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html






More information about the KDevelop-devel mailing list