From: <dee...@us...> - 2008-01-21 19:02:40
|
Revision: 1234 http://libqxt.svn.sourceforge.net/libqxt/?rev=1234&view=rev Author: deepdiver Date: 2008-01-21 11:00:49 -0800 (Mon, 21 Jan 2008) Log Message: ----------- QxtCountryComboBox adjusted to work properly inside designer. In order to get around the "bug" to add all entries for the combobox to the ui-file we simply don't load the countries to the ComboBox in designer mode. QXT_DESIGNER_MODE is defined as compiler macro within designer.pro. Let's discuss if this is a good aproach .... Modified Paths: -------------- sandbox/deepdiver/QxtCountryComboBox/designer/designer.pro sandbox/deepdiver/QxtCountryComboBox/src/qxtcountrycombobox.cpp sandbox/deepdiver/QxtCountryComboBox/test/untitled.ui This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |