Re: [Interest] qt-project.org web failing?

2013-05-29 Thread Linos
.org > [interest-bounces+tim.jenssen=digia@qt-project.org]" im Auftrag von > "Linos [i...@linos.es] > Gesendet: Mittwoch, 29. Mai 2013 11:32 > An: Qt Interest List > Betreff: [Interest] qt-project.org web failing? > > Hi, > i can't load http://qt-pro

[Interest] qt-project.org web failing?

2013-05-29 Thread Linos
Hi, i can't load http://qt-project.org/ or the forums links inside qt-project.org, anyone else? I am having this error: Error 503 Service Unavailable Service Unavailable Guru Meditation: XID: 558709774 Varnish cache server Regards, Miguel Angel. __

Re: [Interest] QVariant equality

2013-04-04 Thread Linos
On 03/04/13 22:16, Thiago Macieira wrote: > On quarta-feira, 3 de abril de 2013 21.21.39, Linos wrote: >> Hello, >> is this behavior intended? >> >> main.cpp >> #include >> #include >> >> int main(int argc, char *argv[]) >> { &

[Interest] QVariant equality

2013-04-03 Thread Linos
Hello, is this behavior intended? main.cpp #include #include int main(int argc, char *argv[]) { QVariant null_valid(QVariant::Int); QVariant not_null(0.0); bool are_equal = (null_valid == not_null); std::cout << are_equal << std::endl; std::cout << null_valid.type()

Re: [Interest] Well there goes Nokia

2012-08-02 Thread Linos
On 02/08/12 09:46, Bo Thorsen wrote: > Den 01-08-2012 20:32, Jason H skrev: >> Would I? >> >> I'm no expert at making money, however I think that if there was an >> organization staffed with people who could modify Qt and interested >> companies that companies could contract for the desired modific

Re: [Interest] Is Nokia officially done with Qt?

2012-06-16 Thread Linos
El 16/06/12 12:05, warg...@gmx.de escribió: > >> Let's wait for a proper official statement from Nokia about the >> future of Qt. > > Haha, no, definitely not. Official statements from Nokia have exactly > the same value as the braindead ramblings of a clairvoyant on LSD. > > Guido > __

Re: [Interest] Is Nokia officially done with Qt?

2012-06-16 Thread Linos
El 16/06/12 10:45, Till Oliver Knoll escribió: > Am 16.06.2012 um 09:37 schrieb d3fault : > >> Now that all the Nokia devs live in [...] > > There's just one thing I kindly request: please pay respect to the people! > +1 too, i wish the best to all Nokia Qt developers and i think too they deser

Re: [Interest] Is Nokia officially done with Qt?

2012-06-16 Thread Linos
El 16/06/12 10:27, Stefan Walter escribió: > Hi, > > I am following this discussion for a while now and would like to add > something here. > > Let's wait for a proper official statement from Nokia about the future of Qt. > > Stop this desperate thoughts about forking Qt, because if Nokia will

Re: [Interest] QSortFilterProxyModel slow updating sql model attached

2012-05-02 Thread Linos
El 02/05/12 01:51, David Boosalis escribió: > I've not put much stock in the QSqlQueryModel, but instead done my models > derived from QStandardModel. This requires you to write more code for the > SQL > transactions using QT's SQL module (or your own). Granted you have to write > more code and

Re: [Interest] QSortFilterProxyModel slow updating sql model attached

2012-05-01 Thread Linos
n memory. But for SQL models, it sucks. > > Bo. > > Den 30-04-2012 19:02, Linos skrev: >> Hi, >> i have a QTableView with a QSortFilterProxyModel using a QSqlQueryModel >> as >> source model, i am using Qt 4.8.1 in Linux x86_64. >> >> if i don&

[Interest] QSortFilterProxyModel slow updating sql model attached

2012-04-30 Thread Linos
Hi, i have a QTableView with a QSortFilterProxyModel using a QSqlQueryModel as source model, i am using Qt 4.8.1 in Linux x86_64. if i don't apply sort to any of the columns of the table and execute a new .select() on the QSqlQueryModel it does the usual and only call .data method for the visib

Re: [Interest] Tool tip for a QTableView column heading?

2012-04-26 Thread Linos
Hi!, if you are already using a QAbstractTableModel subclass why are you not using Qt::TooltipRole in headerData method of your model? http://qt-project.org/doc/qt-4.8/qabstractitemmodel.html#headerData Regards, Miguel Angel. El 26/04/12 15:53, Carl Schumann escribió: > Qt community, >

Re: [Interest] [Qt-Interest] Shut down "Qt-Interest" list (nokia) in favor of "Interest" (qt-project)?

2012-02-12 Thread Linos
El 12/02/12 17:33, Andre Somers escribió: > Op 12-2-2012 16:14, Yi Ding schreef: >> On Sat, Feb 11, 2012 at 4:34 AM, Arnold Krille wrote: >>> On Friday 10 February 2012 16:43:48 Alex Malyushytskyy wrote: I would shut down qt-inter...@qt.nokia.com completely. Currently it has more traffic

Re: [Interest] locale changes Qt 4.8.0

2012-02-07 Thread Linos
er disable the C locate all it is working fine other time in Qt, thanks. Regards, Miguel Angel. El 19/01/12 12:16, Linos escribió: > Hi, > after upgrade i have noticed in my development machine that the detected > displayFormat for dates have changed, my detected QLocale it's t

[Interest] locale changes Qt 4.8.0

2012-01-19 Thread Linos
Hi, after upgrade i have noticed in my development machine that the detected displayFormat for dates have changed, my detected QLocale it's the same (Spain/Spanish), i have compared with previous versions and i get this: old: QDateEdit().displayFormat() -> dd/MM/yy QLocale.system().da