Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29084 - Several problems with Qt Designer:
Summary: Several problems with Qt Designer:
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-19 03:18 UTC by SpanKY
Modified: 2003-10-07 13:44 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2003-09-19 03:18:34 UTC
Go to File | New, select Main Window and click OK.  A form is displayed but the
wizard never appears.  Also note the lack of a .ui.h file for the form in the
Project Overview window.  Go to Help | Contents, or Help | Manual - neither are
displayed.

Reproducible: Always
Steps to Reproduce:
See Details.
Actual Results:  
Described in Details.

Expected Results:  
Creating a new Main Window should bring up the Main Window Wizard.

Project Overview should display form .ui.h files.

Help should display selected help item.

Portage 2.0.49-r4 (default-ppc-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.4.22-ben2)
=================================================================
System uname: 2.4.22-ben2 ppc 
ACCEPT_KEYWORDS="ppc ~ppc"
AUTOCLEAN="yes"
CFLAGS="-O2 -pipe -mcpu=7450 -mpowerpc-gfxopt -maltivec -mabi=altivec"
CHOST="powerpc-unknown-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -pipe -mcpu=7450 -mpowerpc-gfxopt -maltivec -mabi=altivec"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache"
GENTOO_MIRRORS="http://gentoo.mirrors.pair.com/ http://gentoo.noved.org/
ftp://oss.redundant.com/pub/gentoo http://gentoo.ccccom.com
ftp://cudlug.cudenver.edu/pub/mirrors/distributions/gentoo/
ftp://gentoo.noved.org/ http://adelie.polymtl.ca/ ftp://gentoo.ccccom.com"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="oss dvd xv jpeg nls mitshm gif gnome png truetype ppc cups foomaticdb
gnome-libs directfb alsa gdbm berkdb slang readline arts tetex aalib nas ggi
tcltk guile X sdl gpm tcpd pam libwww ssl perl python esd imlib oggvorbis gtk qt
kde motif opengl mozilla cdr altivec crypt cscope curl dga dv dvb encode
ethereal faad fbcon ffmpeg foreign-package gd gphoto2 gps gstreamer jack java
javascript jikes junit lcms lirc mbox md5sum memlimit mpeg music ncurses oav
objc offensive parse-clocks pcap pcmcia pda pdflib quicktime radeon samba sasl
slp snmp socks5 sox spell tiff trusted usb v4l videos vim-with-x wmf wxwindows
xine xinerama xml xml2 xmms xosd xvid zlib"
Comment 1 KF1RdJJ3VXc 2003-09-19 08:30:28 UTC
Forgot to mention this is with the latest qt (3.2.1).  I also noticed the Signal Handlers tab is blank.
Comment 2 KF1RdJJ3VXc 2003-09-19 09:38:46 UTC
Just noticed it's also missing the following objects under File | New:

Configuration Dialog
Dialog with Buttons (Bottom)
Dialog with Buttons (Right)
Tab Dialog
C++ Source File
C++ Header File
Comment 3 KF1RdJJ3VXc 2003-09-23 10:12:41 UTC
All of the above problems still exist in 3.2.1-r1.
Comment 4 Caleb Tennis (RETIRED) gentoo-dev 2003-10-02 09:05:32 UTC
This has been fixed in portage - you will most likely need to re-emerge qt.
Comment 5 KF1RdJJ3VXc 2003-10-02 12:09:27 UTC
The following items from File | New are still missing:

Configuration Dialog
Dialog with Buttons (Bottom)
Dialog with Buttons (Right)
Tab Dialog

Also, Help | Contents and Help | Manual still don't work.
Comment 6 Caleb Tennis (RETIRED) gentoo-dev 2003-10-02 13:29:50 UTC
Ok, fixed the first problem...not sure how to get Help -> Contents working
again.

qt-3.2.1-r2 ebuild
Comment 7 KF1RdJJ3VXc 2003-10-07 13:44:58 UTC
Just noticed a couple more problems:

1) The ebuild creates /usr/qt/3/doc/html but fails to copy the .html files
- this breaks Qt Assistant.

2) The man pages for moc, uic, etc, aren't in the path.  MANPATH is incorrectly
set to /usr/qt/3/man (should be /usr/qt/3/doc/man ?).