[Interest] QTextStream: output representation of floating point number with exactly n digits

2012-10-05 Thread Rui Maciel
Is it possible to manipulate QTextStream so that it outputs a representation of a float or a double with exactly n digits? I've tried setRealNumberPrecision() but it doesn't appear to have any effect. Thanks in advance, Rui Maciel ___ Interest

Re: [Interest] Qt5 - my hopes for when the dust settles...

2012-08-16 Thread Rui Maciel
objects manages to be systematically broken. Rui Maciel ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Qt5 - my hopes for when the dust settles...

2012-08-16 Thread Rui Maciel
) handled conversions between objects of type QString and std::string, and it appears that QString::toStdString() and QString::fromStdString() now work as expected. Nicely done. Rui Maciel ___ Interest mailing list Interest@qt-project.org http

Re: [Interest] Digia to acquire Qt from Nokia

2012-08-15 Thread Rui Maciel
to use Qt without being forced to comply with the LGPL then it's patently obvious that, in those circumstances, the LGPL is irrelevant. http://www.digia.com/en/Qt/Product/ Rui Maciel ___ Interest mailing list Interest@qt-project.org http://lists.qt

Re: [Interest] Digia to acquire Qt from Nokia

2012-08-13 Thread Rui Maciel
success was largely owed to the decision of licensing Qt under a FLOSS license. Therefore, if Nokia, as you claimed, destroyed all of their investor's capital, it surely wasn't due to Qt's FLOSS license. Hence, you need to come up with another scapegoat. Rui Maciel

Re: [Interest] Well there goes Nokia

2012-08-01 Thread Rui Maciel
://www.phoronix.com/scan.php?page=news_itempx=MTE1MTc Does anyone know how (or if) this affects the use of Qt in commercial applications? Rui Maciel ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] QMainWindow: add a dock widget as a floater?

2012-07-20 Thread Rui Maciel
for the floater case and when I pass the remaining options, Qt::AllDockWidgetAreas or Qt::NoDockWidgetArea, the dock window appears all screwed up. So, is it possible to add a dock widget to a QMainWindow object as a floater? If it is, what does it take to get it done? Thanks in advance, Rui Maciel

Re: [Interest] QMainWindow: add a dock widget as a floater?

2012-07-20 Thread Rui Maciel
that, but that ends up screwing up how the dock widget is rendered. The dock widget is rendered properly when added through addDockWidget(), though. Rui Maciel ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] QMainWindow: add a dock widget as a floater?

2012-07-20 Thread Rui Maciel
On 07/20/2012 10:52 AM, Rui Maciel wrote: I've tried that, but that ends up screwing up how the dock widget is rendered. The dock widget is rendered properly when added through addDockWidget(), though. I've attached a couple of screenshots showing how the dock widget is rendered without

Re: [Interest] QMainWindow: add a dock widget as a floater?

2012-07-20 Thread Rui Maciel
is enough to set a properly rendered dock widget. It would be nice if addDockWidget() supported a Qt::FloatingDockWidget flag, so that it could be possible to set a floating dock widget through it. Alas... Thanks for the help, Rui Maciel ___ Interest

[Interest] Why QString and not std::string?

2012-06-15 Thread Rui Maciel
Does anyone know what's the rationale for relying on Qt's custom QString instead of simply using C++'s standard and omnipresent std::string? Thanks in advance, Rui Maciel ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org

Re: [Interest] Why QString and not std::string?

2012-06-15 Thread Rui Maciel
strings are supported through the std::u16string type, which is a typedef for basic_stringchar16_t. Nevertheless, why is it important to support UTF-16? Rui Maciel ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman

Re: [Interest] Why QString and not std::string?

2012-06-15 Thread Rui Maciel
is used in C++ projects that target Windows or OSX? Rui Maciel ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Why QString and not std::string?

2012-06-15 Thread Rui Maciel
that justified having QString around instead of simply using what's already included in C++'s standard library. Rui Maciel ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] C++11 in Qt5

2012-06-11 Thread Rui Maciel
while. Rui Maciel [1] http://gcc.gnu.org/gcc-4.6/cxx0x_status.html [2] http://gcc.gnu.org/gcc-4.7/cxx0x_status.html ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] QtArg

2012-04-11 Thread Rui Maciel
bandwagon. Rui Maciel ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] QtArg

2012-04-11 Thread Rui Maciel
is supposed to help the worker, not the other way around. Rui Maciel ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] QMdiArea: rendering problem after closing all MDI subwindows

2012-04-04 Thread Rui Maciel
experienced this? And is there a way to stop rendering these frames? Thanks in advance, Rui Maciel ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Does it really worth it?

2012-03-28 Thread Rui Maciel
framework, let alone GUI toolkit. So, I hope this project goes forward, no matter how many alternatives are there. This is how the world progresses. Rui Maciel ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman

Re: [Interest] Does it really worth it?

2012-03-28 Thread Rui Maciel
was once again provided for Qt users. Rui Maciel ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Qt is good because...

2012-03-27 Thread Rui Maciel
On 03/27/2012 06:58 AM, Andre Somers wrote: The two main points are for me: * The documentation is clearly best-of-breed, and I agree. I forgot to mention this, but maybe the single main reason that makes Qt easy to work with is Qt's notorious investment in documentation. Rui Maciel

Re: [Interest] Qt is good because...

2012-03-26 Thread Rui Maciel
widget styles are easy on the eyes. Rui Maciel ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Qt is good because...

2012-03-26 Thread Rui Maciel
with other platforms (mainly mobile, if you ask me) and considering to get started with Qt. On 03/26/2012 02:58 PM, ext Rui Maciel wrote: To me, Qt's main selling points are: - FLOSS Summarized at Open development = better planning - anything else? I don't know if being a FLOSS project leads

[Interest] QMdiWindow issues under Unity

2012-03-07 Thread Rui Maciel
this? Is this some problem plaguing Unity or is my application doing something that it really shouldn't be doing? Rui Maciel ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest