; ) {
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
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
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
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
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
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
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
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
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
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);
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
);
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
___
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,
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
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
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
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
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
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
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
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
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
()
{
if (p_db.isOpen()) {
/*! \bug Set current row from the completer
*/
ui->tableView_table->setCurrentIndex(completer->currentIndex());
qDebug() << completer->currentIndex().row();
}
}
--
Best Regards,
Muhamm
`/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
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
-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
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
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
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
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
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
5.0.2
--
Best Regards,
Muhammad Bashir Al-Noimi
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
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
> (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
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
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
t Regards,
Muhammad Bashir Al-Noimi
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
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
.
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
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
).
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
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
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
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
gards,
Muhammad Bashir Al-Noimi
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
(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() <<
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
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-
"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
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
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
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
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
+-dev packages
--
Best Regards,
Muhammad Bashir Al-Noimi
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
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
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
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:/
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
58 matches
Mail list logo