From owner-freebsd-newbies Tue Jan 8 10:12:48 2002 Delivered-To: freebsd-newbies@freebsd.org Received: from odin.acuson.com (odin.acuson.com [157.226.230.71]) by hub.freebsd.org (Postfix) with ESMTP id 9807D37B422 for ; Tue, 8 Jan 2002 10:12:41 -0800 (PST) Received: from acuson.com ([157.226.46.72]) by odin.acuson.com (Netscape Messaging Server 3.54) with ESMTP id AAA487B; Tue, 8 Jan 2002 10:12:37 -0800 Message-ID: <3C3B3694.7BF9DFC2@acuson.com> Date: Tue, 08 Jan 2002 10:12:36 -0800 From: David Johnson Organization: Acuson X-Mailer: Mozilla 4.7 [en] (X11; U; SunOS 5.5.1 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: Bernie Cc: FreeBSD-Newbies@FreeBSD.org Subject: Re: a little problem with ports References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Bernie wrote: > > On Mon, 7 Jan 2002, David Johnson wrote: > > > Bernie wrote: > > > > > The 'qt-designer' (IDE) that comes in the ports want qt > > > version qt-2.3.1_1. > > > > > > the 'qt-architect' (dialog editor) wants qt version > > > qt1-1.45_1. > > > > Since qt-architect is available for qt-2.3.1, you should email the port > > maintainer. I find that qt-architect is a much better program that > > qt-designer. > > > > so, i probably got that wrong... > > i thought you needed both of them no? the qt-architect is it IDE + > drag n' drop gui designer? > > if so, then i only need architect right? You only need one or the other. Actually, since Qt has such nice layout widget, you don't really need either. My recommendation is QtArchitect, but since QtDesigner comes with Qt, you can try that out as well. Since there is no port for the latest QtArchitect, I would grab the latest version and build it yourself (http://qtarch.sourceforge.net/). p.s. If you wish to make a port for QtArchitect, let me know *offlist* and I can help you out. > appart from that, do you know of any other gui toolkits with IDE and > widget drag n' drop designers available for freebsd? If you want to do KDE programming, look at KDevelop. You can use it for any C/C++ programming, and the gui layout tool works for either KDE or pure Qt. But you may want to learn how to do it the "unix way": different tools for different jobs. I use XEmacs for all my editing, xterm for running make, and QtArchitect for widget layout (if I don't do it by hand). David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message