[Interest] qmake scope issue

2014-03-08 Thread Muhammad Bashir Al-Noimi
; ) { error("Unable to find main file!" ) }else { system("dir") } } } -- Best Regards, Muhammad Bashir Al-Noimi ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] QTableView column format

2014-01-29 Thread Muhammad Bashir Al-Noimi
y experience. Ignore the last message please I fixed this issue by using: --- QString EcsLongDigitDelegate::displayText(const QVariant &value, const QLocale &locale) const { QLocale::UnitedStates; return QString::number(value.toDouble(), 'f', 5); } --- Thanks you Andre -- Be

Re: [Interest] QTableView column format

2014-01-29 Thread Muhammad Bashir Al-Noimi
xperience. I tried to fix this issue by using many way but unfortunately I failed. May you please give me a snippet to be able start from it? -- Best Regards, Muhammad Bashir Al-Noimi ___ Interest mailing list Interest@qt-project.org http://lists.qt

Re: [Interest] QTableView column format

2014-01-25 Thread Muhammad Bashir Al-Noimi
inBox *spinBox = static_cast(editor); spinBox->interpretText(); double value = spinBox->value(); model->setData(index, value, Qt::DisplayRole); } void EcsLongDigitDelegate::updateEditorGeometry(QWidget *editor, const QStyleOptionViewItem &option, const QModelIndex &i

[Interest] QTableView column format

2014-01-21 Thread Muhammad Bashir Al-Noimi
Can I change the format from QSqlTableModel or it should only modify from QTableView? -- Best Regards, Muhammad Bashir Al-Noimi ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Styling tab background in QTabWidget

2013-09-08 Thread Muhammad Bashir Al-Noimi
On 09/04/2013 11:51 PM, Muhammad Bashir Al-Noimi wrote: > On 09/04/2013 08:45 AM, Konrad Rosenbaum wrote: >> what do you expect to see behind that widget? > I expect to see a transparent tab similar to QListWidget and QTabBar. > Any suggestion guys? -- Best Regards, Muhammad

Re: [Interest] Making an ORM Library

2013-09-06 Thread Muhammad Bashir Al-Noimi
is? I suggest to take a look to these list of ORM for Qt before invent the wheel: https://qt-project.org/forums/viewthread/27438/ -- Best Regards, Muhammad Bashir Al-Noimi ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Best choice for android/iOS/Windows/Mac

2013-09-05 Thread Muhammad Bashir Al-Noimi
ay you please see the attached screencast (https://bugreports.qt-project.org/secure/attachment/34614/Kazam_screencast_1.mp4) it shows how this issue occurs. -- Best Regards, Muhammad Bashir Al-Noimi ___ Interest mailing list Interest@qt-proje

Re: [Interest] Styling tab background in QTabWidget

2013-09-04 Thread Muhammad Bashir Al-Noimi
On 09/04/2013 08:45 AM, Konrad Rosenbaum wrote: > what do you expect to see behind that widget? I expect to see a transparent tab similar to QListWidget and QTabBar. -- Best Regards, Muhammad Bashir Al-Noimi ___ Interest mailing list Interest

Re: [Interest] Best choice for android/iOS/Windows/Mac

2013-09-04 Thread Muhammad Bashir Al-Noimi
en and not modal too!!! #if !defined(Q_OS_ANDROID) d->showFullScreen(); #else geometry = d->saveGeometry(); d->setFixedSize(qApp->desktop()->size()); d->setWindowFlags(Qt::FramelessWindowHint); d->setWindowState( d->windowState() | Qt::WindowFullScreen);

Re: [Interest] Best choice for android/iOS/Windows/Mac

2013-09-04 Thread Muhammad Bashir Al-Noimi
On 09/04/2013 12:55 PM, Vincent R. wrote: > I am curious about your application. > Do you have some screenshots ? Android 4.3 screenshot: http://img827.imageshack.us/img827/8733/5wc5.png Mint KDE 15 screenshot: http://img821.imageshack.us/img821/4614/wpv7.png -- Best Regards, Muhammad Bas

Re: [Interest] Styling tab background in QTabWidget

2013-09-03 Thread Muhammad Bashir Al-Noimi
); stack->setStyleSheet("background-color: rgba(255, 255, 255, 0)"); stack->setAttribute(Qt <http://qt-project.org/doc/Qt.html>::WA_TranslucentBackground); it didn't work too! -- Best Regards, Muhammad Bashir Al-Noimi ___

Re: [Interest] Best choice for android/iOS/Windows/Mac

2013-09-02 Thread Muhammad Bashir Al-Noimi
leInvoice yesterday and it looked perfectly similar to desktop disto (Cleanlooks) so it's not ugly at all! P.S. I only faced a tiny problem with Modal dialogs as mentioned in: https://qt-project.org/forums/viewthread/32025/ -- Best Regards,

[Interest] Android: Dialog issue

2013-09-01 Thread Muhammad Bashir Al-Noimi
dlg.exec(); How can I fix this issue? -- Best Regards, Muhammad Bashir Al-Noimi ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Styling tab background in QTabWidget

2013-08-29 Thread Muhammad Bashir Al-Noimi
ba(255, 255, 255, 100); 32. } 33. 34. QTabBar::tab:hover { 35. background-color: rgba(255, 255, 255, 150); 36. } -- Best Regards, Muhammad Bashir Al-Noimi ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/m

Re: [Interest] Qt Installer Framework example

2013-06-24 Thread Muhammad Bashir Al-Noimi
On 06/24/2013 11:54 AM, Graham Labdon wrote: I did not build IFW but downloaded the pre built version It looks like you are missing an include path I've pre built too, try to build this example and you'll discover that it's missing some header files. -- Best Regards, Muh

Re: [Interest] Qt Installer Framework example

2013-06-24 Thread Muhammad Bashir Al-Noimi
file included from main.cpp:42:0: mainwindow.h:43:32: fatal error: packagemanagercore.h: No such file or directory compilation terminated. make: *** [main.o] Error 1 mbnoimi@mbnoimi-pc ~/.QtIFW-1.3.0/examples/testapp $ By the way, Did you build by yourself before? -- Best Regards, Muhammad Bashir

Re: [Interest] Qt Installer Framework example

2013-06-21 Thread Muhammad Bashir Al-Noimi
On 06/21/2013 06:07 PM, Muhammad Bashir Al-Noimi wrote: Howdy, I'm working on learning how to use IFW, I tried to run its examples to understand how to use it specially I suffer from documentation lacking, but I failed to run this example (testapp) <https://qt.gitorious.org/i

[Interest] Qt Installer Framework example

2013-06-21 Thread Muhammad Bashir Al-Noimi
failed to run it from the source code. -- Best Regards, Muhammad Bashir Al-Noimi ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Apologize

2013-06-21 Thread Muhammad Bashir Al-Noimi
em <http://forums.mozillazine.org/viewtopic.php?p=12787409#p12787409> which is an addon I use in Thunderbird for supporting multi-layouts formats (Right To Left / Left To Right). I'm very sorry for disturbing you. -- Best Regards, Muha

Re: [Interest] QMenu RightToLeft layout direction issue

2013-04-21 Thread Muhammad Bashir Al-Noimi
7;m looking for a temporarily solution... does any one has any suggestion? -- Best Regards, Muhammad Bashir Al-Noimi ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] QCompleter::currentIndex issue

2013-04-21 Thread Muhammad Bashir Al-Noimi
p the indexes to your model.  Do you've any snippet or example? I tried and googled a lot but I couldn't find any solution! -- Best Regards, Muhammad Bashir Al-Noimi ___ Interest mailing list Interest@qt-project.org

[Interest] QCompleter::currentIndex issue

2013-04-20 Thread Muhammad Bashir Al-Noimi
() { if (p_db.isOpen()) { /*! \bug Set current row from the completer */ ui->tableView_table->setCurrentIndex(completer->currentIndex()); qDebug() << completer->currentIndex().row(); } } -- Best Regards, Muhamm

Re: [Interest] uitools unknown module issue

2013-04-20 Thread Muhammad Bashir Al-Noimi
`/media/truecrypt1/Qt5.0.2Static/qtbase/tests' make: *** [sub-tests-make_first] Error 2 PS I'm using Linux Mint KDE x64 -- Best Regards, Muhammad Bashir Al-Noimi ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] QMenu RightToLeft layout direction issue

2013-04-20 Thread Muhammad Bashir Al-Noimi
On 04/16/2013 12:40 PM, Muhammad Bashir Al-Noimi wrote: On 04/16/2013 09:30 AM, Bache-Wiig Jens wrote: On Apr 16, 2013, at 9:17 AM, Muhammad Bashir Al-Noimi wrote: Hello Guys, QMenu doesn't work with RightToLeft layout direction (as shown in this screenshot[1]) although I c

[Interest] uitools unknown module issue

2013-04-17 Thread Muhammad Bashir Al-Noimi
-sql-sqlite -qt-zlib -qt-libpng -qt-libjpeg -qt-pcre -qt-xcb -- Best Regards, Muhammad Bashir Al-Noimi ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] [SOLVED]Re: Connecting to database in Static build

2013-04-17 Thread Muhammad Bashir Al-Noimi
On 04/17/2013 12:55 PM, Portale Alessandro wrote: Muhammad Bashir Al-Noimi wrote: Hello, As I know static build preventing using database plug-in drivers. Is there any way to make my application connecting to the database with static build? Hi, even when using a static build of Qt it should

[Interest] Connecting to database in Static build

2013-04-17 Thread Muhammad Bashir Al-Noimi
Hello, As I know static build preventing using database plug-in drivers. Is there any way to make my application connecting to the database with static build? -- Best Regards, Muhammad Bashir Al-Noimi

Re: [Interest] Database drivers

2013-04-16 Thread Muhammad Bashir Al-Noimi
On 04/17/2013 12:15 AM, Muhammad Bashir Al-Noimi wrote: Hello, I filed a suggestion since some months ago about shipping SQL drivers with Qt installers. So I'm wondering is there any progress about

[Interest] Database drivers

2013-04-16 Thread Muhammad Bashir Al-Noimi
be avaliable for 5.1.0 version. -- Best Regards, Muhammad Bashir Al-Noimi ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Postgresql database driver in 5.0.2

2013-04-16 Thread Muhammad Bashir Al-Noimi
On 04/16/2013 11:08 PM, Thiago Macieira wrote: On terça-feira, 16 de abril de 2013 23.02.39, Muhammad Bashir Al-Noimi wrote: On 04/11/2013 07:35 PM, M. Bashir Al-Noimi wrote: Hi, I've read the change log of Qt 5.0.2[1] and it mentioned that the new release has SQLite and Postgresql dat

Re: [Interest] QMenu RightToLeft layout direction issue

2013-04-16 Thread Muhammad Bashir Al-Noimi
5.0.2 -- Best Regards, Muhammad Bashir Al-Noimi ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Fwd: Deployment by Qt Installer Framework

2013-04-16 Thread Muhammad Bashir Al-Noimi
ne may helps me. -- Best Regards, Muhammad Bashir Al-Noimi ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Postgresql database driver in 5.0.2

2013-04-16 Thread Muhammad Bashir Al-Noimi
> (it built under Linux like a charm) > > [1]https://qt.gitorious.org/qt/qtbase/blobs/release/dist/changes-5.0.2 > [2]https://bugreports.qt-project.org/browse/QTBUG-29802 Any reply guys? -- Best Regards, Muhammad Bashir Al-Noimi ___ Interest m

Re: [Interest] QMenu RightToLeft layout direction issue

2013-04-16 Thread Muhammad Bashir Al-Noimi
On 04/16/2013 09:30 AM, Bache-Wiig Jens wrote: > On Apr 16, 2013, at 9:17 AM, Muhammad Bashir Al-Noimi > wrote: > >> Hello Guys, >> >> QMenu doesn't work with RightToLeft layout direction (as shown in this >> screenshot[1]) although I called setLayoutDirecti

[Interest] QMenu RightToLeft layout direction issue

2013-04-16 Thread Muhammad Bashir Al-Noimi
5.0.2 still has same issue. [1]https://bugreports.qt-project.org/secure/attachment/32002/snapshot21.png [2]https://bugreports.qt-project.org/browse/QTBUG-30595 -- Best Regards, Muhammad Bashir Al-Noimi ___ Interest mailing list Interest@qt-project.org

Re: [Interest] Deployment by Qt Installer Framework

2013-04-13 Thread Muhammad Bashir Al-Noimi
t Regards, Muhammad Bashir Al-Noimi ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Deployment by Qt Installer Framework

2013-04-12 Thread Muhammad Bashir Al-Noimi
ard or any rapid tool for quick and clean Qt deploying? -- Best Regards, Muhammad Bashir Al-Noimi ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Report designer for Qt

2013-04-11 Thread Muhammad Bashir Al-Noimi
. BogDan, if some advances are made and it is required to write to eXaro's repo I will let you know. Did you finish converting process? I'm still interesting in testing eXaro. -- Best Regards, Muhammad Bashi

Re: [Interest] Report designer for Qt

2013-04-09 Thread Muhammad Bashir Al-Noimi
with eXaro is it hasn't any Linux binary and its source code depends on cmake & two different libraries which make building it from the code not cool at all. -- Best Regards, Muhammad Bashir Al-Noimi ___ Interest mailing li

[Interest] [SOLVED]Re: QSqlTableModel - table name issue in Postresql

2013-04-09 Thread Muhammad Bashir Al-Noimi
). Indeed Postgresql forced me because of used capital letter in tables name... thanks a lot Sergey:-P -- Best Regards, Muhammad Bashir Al-Noimi ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Report designer for Qt

2013-04-08 Thread Muhammad Bashir Al-Noimi
On 04/09/2013 01:40 AM, Luis Valdés wrote: Hi Muhammad Bashir Al-Noimi, I am interested in report solutions as you, I tryied all the solutions you listed, you can try CuteReport from sourceforge as well. Thanks Luis, I read the description and saw the screenshot, it seems awesome specially

Re: [Interest] Report designer for Qt

2013-04-08 Thread Muhammad Bashir Al-Noimi
Right (currently it works just for LTR)? And please tell me if you start a Qt 5 port, i was planning to work on it too. Actually I started porting process but I paused it until I find best open source report designer (I'm confused which is better eXaro or OpenRPT). -- Best Regards, Muhammad

Re: [Interest] Report designer for Qt

2013-04-08 Thread Muhammad Bashir Al-Noimi
ero dependencies package from eXaro (I really hate cmake, currently qmake works fine)? 2. Could you please make a Linux binary distro which for easing preview process? -- Best Regards, Muhammad Bashir Al-Noimi ___ Interest mailing list Inte

Re: [Interest] Report designer for Qt

2013-04-08 Thread Muhammad Bashir Al-Noimi
gards, Muhammad Bashir Al-Noimi ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] QSqlTableModel - table name issue in Postresql

2013-04-08 Thread Muhammad Bashir Al-Noimi
(id ) ) WITH ( OIDS=FALSE ); ALTER TABLE"Persons" OWNER TO postgres; What is the exact error message you are getting back? " Unable to find table Persons" I used these line to get the above error message: if (!p_tableModel->select()) qDebug() <<

Re: [Interest] Report designer for Qt

2013-04-08 Thread Muhammad Bashir Al-Noimi
rce solution in this field. PS Currently I'm do some tests on OpenRPT and eXaro and I'm planning to convert one of them to Qt5. -- Best Regards, Muhammad Bashir Al-Noimi ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Report designer for Qt

2013-04-08 Thread Muhammad Bashir Al-Noimi
0 [qt-apps.org] Dead project! http://qt-apps.org/content/show.php/TableView+Printer?content=76616 [qt-apps.org] http://qt-apps.org/content/show.php/TextPrinter?content=62383 [qt-apps.org] Not report solution at all they are just ease printing process. -- Best Regards, Muhammad Bashir Al-

[Interest] QSqlTableModel - table name issue in Postresql

2013-04-06 Thread Muhammad Bashir Al-Noimi
"Persons\""); MySQL & SQLite: p_tableModel->setTable("Persons"); -- Best Regards, Muhammad Bashir Al-Noimi ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Report designer for Qt

2013-04-04 Thread Muhammad Bashir Al-Noimi
t.org/browse/QTBUG-29724 In case of yes or no, could you please tell me why? -- Best Regards, Muhammad Bashir Al-Noimi ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Unable to build MySQL driver (QMYSQL) for Qt5

2013-04-03 Thread Muhammad Bashir Al-Noimi
On 04/03/2013 05:16 PM, Thiago Macieira wrote: On quarta-feira, 3 de abril de 2013 10.09.12, Muhammad Bashir Al-Noimi wrote: If packagers build packages and make them available at the time of the release, we'll be happy to link to them in the release announcement. This hasn't ha

Re: [Interest] Unable to build MySQL driver (QMYSQL) for Qt5

2013-04-03 Thread Muhammad Bashir Al-Noimi
acceptable for all-in-one installer and make it not different from usual repository dependencies. -- Best Regards, Muhammad Bashir Al-Noimi ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Unable to build MySQL driver (QMYSQL) for Qt5

2013-04-01 Thread Muhammad Bashir Al-Noimi
On 03/31/2013 07:14 PM, Thiago Macieira wrote: On domingo, 31 de março de 2013 11.52.48, Muhammad Bashir Al-Noimi wrote: mbnoimi-pc mysql # qmake âEURoeINCLUDEPATH+=/usr/local/includeâEUR? âEURoeLIBS+=-L/usr/local/lib -lmysqlclient_râEUR? mysql.pro WARNING: /opt/Qt5.0.1/5.0.1/Src/qtbase/src

[Interest] Unable to build MySQL driver (QMYSQL) for Qt5

2013-03-31 Thread Muhammad Bashir Al-Noimi
+-dev packages -- Best Regards, Muhammad Bashir Al-Noimi ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Report designer

2013-01-03 Thread Muhammad Bashir Al-Noimi
Tony     From: interest-bounces+tony=rightsoft.com...@qt-project.org [mailto:interest-bounces+tony=rightsoft.com...@qt-project.org] On Behalf Of Muhammad Bashir Al-Noimi Sent: Thursday, 3 January 2

Re: [Interest] Report designer

2013-01-03 Thread Muhammad Bashir Al-Noimi
On 01/02/2013 06:13 PM, Muhammad Bashir Al-Noimi wrote: Hello guys, Could anyone guide me to best open source database report designer for Qt? PS I found many designers but I want a tested designer. I

[Interest] QToolBox wihout scrollbars

2012-03-01 Thread Muhammad Bashir Al-Noimi
a sidebar just like Planner's sidebar. http://s7.postimage.org/idonwkpzf/screenshot_1.jpg -- Best Regards Muhammad Bashir Al-Noimi My Blog: http://mbnoimi.net <>___ Interest mailing list Interest@qt-project.org http:/

[Interest] QToolBox wihout scrollbars

2012-02-29 Thread Muhammad Bashir Al-Noimi
a sidebar just like Planner's sidebar. -- Best Regards Muhammad Bashir Al-Noimi My Blog: http://mbnoimi.net <>___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest