[Development] Fwd: Compiling QtWebEngine

2016-12-28 Thread Berkay Elbir
-- Forwarded message -- From: Berkay Elbir Date: Tue, Dec 13, 2016 at 2:02 PM Subject: Compiling QtWebEngine To: "inter...@qt-project.org Interest" Hi everyone, I tried to compile Qt 5.7.0 source code with web engine module on Windows 7 with Visual Studio 2013 Upda

[Development] QProgressDialog when setValue(0) is called

2016-12-28 Thread Berkay Elbir
Hello All, I have a class that is inherited from QProgressDialog. It sometimes crashes and its inside QProgressDialog class code. I detected that when the setValue(0); is called in its constructor, crash happens. When I commented out this function, It does not crash. Even if setValue(0) is called

Re: [Development] [Interest] About Qt StyleSheet

2016-05-31 Thread Berkay Elbir
Oh, I see Thank you for response. Regards, Berkay On Wed, Jun 1, 2016 at 9:07 AM, Julius Bullinger wrote: > As said in the [development] thread, this is most probably > https://bugreports.qt.io/browse/QTBUG-52230, which is fixed in Qt 5.6.1 > (to be released in a few days). > > > > Best regar

[Development] Qt 5.6 StyleSheet

2016-05-31 Thread Berkay Elbir
Hello All, I have a problem about Qt Stylesheets, I am using Qt 5.6 on windows.(This problem does not exist in Qt 5.5.1) I use this code piece, this is a QLabel inside a QDialog. ui.newGroupNameLabel->setStyleSheet("QLabel { color : black; }"); I also tried giving it a name usingQObject::setObje

Re: [Development] Documentation proposal: Remove recommended reading list of 20-year-old books

2015-08-31 Thread Berkay Elbir
Yeah, replacing would be better than just removing... On Sun, Aug 30, 2015 at 11:32 AM, Hausmann Simon < simon.hausm...@theqtcompany.com> wrote: > I think that there is a b‎ig difference between it being easy enough to > find reading material and us - the project - making specific > recommendatio

Re: [Development] [Interest] QEvent problem

2015-05-26 Thread Berkay Elbir
_tr...@users.sourceforge.net> wrote: > On 2015-05-26 09:10, Berkay Elbir wrote: > > I want to mention an issue that I have faced. I have an event filter of a > > widget and when I press "Delete" button, event types coming to event > Filter > > changes. > > > > [...]

Re: [Development] QEvent problem

2015-05-26 Thread Berkay Elbir
t; On Tuesday 26 May 2015 16:10:08 Berkay Elbir wrote: > > bool eventFilter(QObject *o, QEvent *e){ > > switch(e->type()){ > > case QEvent::MouseButtonPress: > > case QEvent::MouseMove: > > case QEvent::MouseButtonRelease: > > case QEvent::Shortcut:

[Development] QEvent problem

2015-05-26 Thread Berkay Elbir
Hello all, I want to mention an issue that I have faced. I have an event filter of a widget and when I press "Delete" button, event types coming to event Filter changes. bool eventFilter(QObject *o, QEvent *e){ switch(e->type()){ case QEvent::MouseButtonPress: case QEvent::MouseMove: case QEvent

[Development] Qt Installer (1.5.0) uninstaller customization

2015-04-15 Thread Berkay Elbir
version so I want to use this version until bug is fixed. Thanks in advance. Best Regards, Berkay Elbir ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

[Development] Qt installer framework exe file

2015-04-12 Thread Berkay Elbir
Hello all; I am using Qt installer 2.0.0. But I can not run my installer.exe as an Admin. I updated my config.xml file like this : TargetDir @ but problem is still exist. Installer crashes when I do not run it as an admin. Thanks in advance, Berkay Elbir

[Development] Qt Installer Framework Script

2015-04-09 Thread Berkay Elbir
ateShortcut", "@TargetDir@/uninstall.exe", "@StartMenuDir@/Uninstall.lnk"); component.addOperation("CreateShortcut", "@TargetDir@/A.exe", "@DesktopDir@ /A.lnk"); } } catch (e) { print(e); } } Thanks. Best Regards, Berkay Elbir ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] [Announce] Qt Installer Framework 2.0.0 released

2015-04-08 Thread Berkay Elbir
Elbir On Wed, Apr 8, 2015 at 3:14 PM, Karsten Heimrich wrote: > Hi, > > On 07.04.2015 18:56, Berkay Elbir wrote: > > Hello All, > > First, I want to congratulate you for your release. By the way, May I > ask few questions to you? > > I have Qt Installer that ar

Re: [Development] [Announce] Qt Installer Framework 2.0.0 released

2015-04-07 Thread Berkay Elbir
installing is stopped %1 and then shows %90 then finishes. - When Uninstaller runs it does not check that program is running or not and it deletes some of files after that it shows uninstalling is successful. Is there anyone know these bugs? Thanks in advance, Berkay Elbir On Tue, Apr 7, 2015 at 2:30 PM

[Development] About the Guidance

2015-01-04 Thread Berkay Elbir
start from? In addition, how can I open whole project if it is possible? Should I use Qt creator or Xcode? Could you guide me to contribute you? Thanks. Cheers, Berkay Elbir ___ Development mailing list Development@qt-project.org http://lists.qt