Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Apr 2004 08:43:20 -0700
From:      "Michael C. Shultz" <ringworm@inbox.lv>
To:        freebsd-ports@freebsd.org
Subject:   Re: QCad - Setting Preferences
Message-ID:  <200404250843.23453.ringworm@inbox.lv>
In-Reply-To: <408BC753.30007@eastlink.ca>
References:  <408BC753.30007@eastlink.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 25 April 2004 07:12 am, Bryan Bursey wrote:
> Folks -
>
> I'm using 4.10-BETA built on April 18, which ports cvsup'd at about the
> same time.
>
> While I'm able to run QCad after building and installing from ports/cad,
> I do receive a couple of warnings back on the command line, and I'm
> unable to save preferences I've set globally for the program.
>
> The first two appear only once when the program is started, and seem to
> be related to the language options not being loaded into the initial
> settings dropdown boxes.
>     QComboBox::changeItem: (cbLanguage) Index 0 out of range
>     QComboBox::changeItem: (cbLanguageCmd) Index 0 out of range
>
> And this message repeats itself over and over and over... (and might be
> related to not having a .qcad.conf file?)
>     QSettings::sync: filename is null/empty
>
> I do *not* have a .qcad.conf file in ~/, and I don't know where I would
> find a sample to get started.  Does anyone have any suggestions on how
> to address these issues?
>
> Regards,
> Bryan
> _______________________________________________
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"

Its good programming practice to put an example conf file in an example 
directory some where. Try "find \/ | grep QCad | conf" or "find \/ | grep 
QCad | example" and see if you find anything. If you do, copy it to your home 
directory, that is what the "~/" stands for.

-Mike



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404250843.23453.ringworm>