[Interest] error setting app icon on OS X

2014-07-07 Thread Freddy Martinez Garcia
(://adviser.icns)); return app.exec(); } and I had added to mi .pro this line: ICON = adviser.icns so... where is my problem ?? best regards Freddy Martinez Garcia Lic. Ciencia de la Computacion C++ and Qt Senior Developer Software Manager at Eulerideas www.eulerideas.com freddy311...@gmail.com

[Interest] Qt Creator error with debugger on OS X

2014-09-30 Thread Freddy Martinez Garcia
Hi guys… I had updated my OS to OSX 10.9.5 and after that, the Qt Creator tell me “No debugger set up” when I try to debugging my code. I had look into the Debugger options and I have 2 of them defined: 1.- /Applications/Xcode.app/Contents/Developer/usr/bin/lldb 2.- /usr/bin/lldb When I

Re: [Interest] Unexpected QtCreator crashes (QtCreator 3.5.1)

2015-10-27 Thread Freddy Martinez Garcia
Me too... since Qt Cretor 3.5.0... In mac, Qt Creator crash when he want !!! :( I'm thinking to downgrade my Qt Creator version for that reason regards *="El tamaño de tus logros depende del tamaño de tus metas." * *C++ and Qt Senior Developer*

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-17 Thread Freddy Martinez Garcia
Yes, me... and I had some troubles... look ate this post from me https://forum.qt.io/topic/58926/xcode-7-and-qt-error regards *="El tamaño de tus logros depende del tamaño de tus metas." * *C++ and Qt Senior Developer* *Lic. Computer Science*

[Interest] Update QWebElement from different threads

2016-03-03 Thread Freddy Martinez Garcia
Hi guys... I need to update a QWebElement from different threads... Imagine that I have the following statement: QString htmlElemCode = "Hello World"; QWebElement elem = webFrame->findFirtsElement("#body_div"); elem.appendInside(htmlElemCode); well, I need to run

[Interest] expanda tab depending of QTabWidget

2016-04-20 Thread Freddy Martinez Garcia
Hi guys, I don’t know how ask this question, even ai don’t know how really I nee to looking for because I don’t know what’s the name of the QTabWidget property which let me as Finder does in OS X. In OS X, if you create a new tab, we could see that each tab is expanding in the entire width of

Re: [Interest] Is Qt/QML suitable for me?

2016-08-30 Thread Freddy Martinez Garcia
You can, but I’m not really sure that will be scalable. Also you will miss te powerful of the Qt API… I don’t think that is the best that you need. If you really just want to make your app for a Mobile environment with only javascript, I think that you can considere to use HTML5 + Js. Should be

Re: [Interest] I can't find QQuickStyle class

2016-10-04 Thread Freddy Martinez Garcia
Thanks Nurmi It works for me Regards On October 4, 2016 at 3:16:01 AM, J-P Nurmi (jpnu...@qt.io) wrote: Hi Freddy, Add "QT += quickcontrols2" to your application's .pro file. http://doc.qt.io/qt-5/qtquickcontrols2-index.html -- J-P Nurmi On 4 Oct 2016, at 06:59, Freddy Marti

[Interest] ComboBox QtQuick Controls 2 behavior

2016-10-08 Thread Freddy Martinez Garcia
Hi guys… I’m trying to use the new widgets for QtQuick Controls 2. Attached you’ll find my code… In first place you’ll find 3 combobox with some config to be applied to the GUI… The problems what I see are the following: 1.- when I open the combobox, if I click in other place inside the window,

Re: [Interest] What don't you like about Qt?

2016-09-18 Thread Freddy Martinez Garcia
Hi Nate, I’m a macOS user and I hate Windows, but right now I’m involve in a big project developed with QML, Qt Widgets and C++ (because we have various apps for desktop and mobile). In Windows I only had problem with the compiler from Visual Studio, which has a lot of problem with the

Re: [Interest] What don't you like about Qt?

2016-09-18 Thread Freddy Martinez Garcia
Yahoo Mail on Android <https://overview.mail.yahoo.com/mobile/?.src=Android> On Sun, Sep 18, 2016 at 1:05 PM, Freddy Martinez Garcia <freddy311...@gmail.com> wrote: Hi Nate, I’m a macOS user and I hate Windows, but right now I’m involve in a big project developed with QML, Qt Widgets an

[Interest] Clang Static Analyzer report

2016-09-20 Thread Freddy Martinez Garcia
Hi guys Can anyone tell me how can I export to some file the Clang Static Analyser report from Qt Creator? Regards = *"El tamaño de tus logros depende del tamaño de tus metas." C++ and Qt Senior DeveloperB.S. Computer ScienceBuenos Aires,

[Interest] I can't find QQuickStyle class

2016-10-03 Thread Freddy Martinez Garcia
Hi guys… as the doc say (http://doc.qt.io/qt-5/qtquickcontrols2-styles.html), I can do something like this: #include #include #include int main(int argc, char *argv[]) { QGuiApplication ::setAttribute(Qt