Re: [Interest] Send POST request with QOAuth2AuthorizationCodeFlow

2017-02-22 Thread Juhani Matilainen
refreshAccessToken method. Juhani > Jesus Fernandez kirjoitti 22.2.2017 kello 13.23: > > On Wednesday, February 22, 2017 10:19:06 AM Juhani Matilainen wrote: >> Another question: Google login requires ’access_type=offline’ parameter in >> authorization request to get refresh token.

Re: [Interest] Send POST request with QOAuth2AuthorizationCodeFlow

2017-02-22 Thread Juhani Matilainen
authorization request to get refresh token. Which function should be used to set it? Regards, Juhani > Jesus Fernandez kirjoitti 21.2.2017 kello 10.57: > > On Monday, February 20, 2017 04:24:10 PM Juhani Matilainen wrote: >> Hello, >> >> Qt 5.8 contains new QtNetwork Auth modu

[Interest] Send POST request with QOAuth2AuthorizationCodeFlow

2017-02-20 Thread Juhani Matilainen
Hello, Qt 5.8 contains new QtNetwork Auth module (as a technology preview). I successfully login to Google and get a data from Google Drive. But I haven’t figured out how to use post() -function. There is no QByteArray or QHttpMultiPart arguments but only QVariantMap. How I can send data with

[Interest] How to show only icons in QMacToolBar

2015-11-14 Thread Juhani Matilainen
Hello I'd like show only icons on QMacToolBar http://doc.qt.io/qt-5/qmactoolbar.html but I didn't find to way do it. Icons with text is used by default. And if I use empty string in addItem method, height of toolbar is too large. Do you have ideas how to show only icons? Thanks in advanced Juh

Re: [Interest] QML popup window closing

2015-11-11 Thread Juhani Matilainen
leView in popup Window. Juhani > Juhani Matilainen kirjoitti 10.11.2015 kello 23.39: > > Hello, > > I posted the same question to forum but no answers. I hope you can help. > > I have modal dialog (qml window) that includes popup window. Popup is closed > ok when mou

[Interest] QML popup window closing

2015-11-10 Thread Juhani Matilainen
Hello, I posted the same question to forum but no answers. I hope you can help. I have modal dialog (qml window) that includes popup window. Popup is closed ok when mouse is clicked outside of popup in modal window. But I'd like to close popup also when is clicked anywhere on screen but outsid

Re: [Interest] Qt and Qt-Apps Adaptation for iOS-9 "Slide Over" and "Split View"

2015-09-23 Thread Juhani Matilainen
re supposed to be delivered by > > willTransitionToTraitCollection > traitCollectionDidChange > viewWillTransitionToSize > > Which Qt signals correspond to it? > > Where you are doing adaptations for changes in actual visible area (UIWindow)? > > Thanks, > > Kind regards, &g

Re: [Interest] Qt and Qt-Apps Adaptation for iOS-9 "Slide Over" and "Split View"

2015-09-21 Thread Juhani Matilainen
Split View and Split Over works with Qt if you use Xcode 7 and storyboard or xib file for launch screen instead of png file https://developer.apple.com/library/prerelease/ios/documentation/WindowsViews/Conceptual/AdoptingMultitaskingOniPad/QuickStartForSlideOverAndSplitView.html#//apple_ref/doc/

Re: [Interest] ios anchor

2015-08-26 Thread Juhani Matilainen
Did you try with Qt 5.5? See this bug: https://bugreports.qt.io/browse/QTBUG-46108 Juhani > Nicola De Filippo kirjoitti 26.8.2015 kello 10.49: > > Hi, > i'm trying to build a mobile example with pull action action to refresh a > list (ie. http://doc.qt.io/qt-5/qtquick-demos-tweetsearch-example

Re: [Interest] Strange font issue on iOS 9

2015-07-28 Thread Juhani Matilainen
Harri, Thanks for the tip. I tried to use renderType: Text.NativeRendering and font rendering seems to work properly with this option. > Harri Pasanen kirjoitti 27.7.2015 kello 11.55: > > Have you tried with native rendering? > >> On 07/21/2015 01:12 PM, Juhani Matilain

Re: [Interest] Strange font issue on iOS 9

2015-07-23 Thread Juhani Matilainen
Ok, thanks for info. I filled the bug report: https://bugreports.qt.io/browse/QTBUG-47399 Juhani > Mike Krus kirjoitti 23.7.2015 kello 13.48: > > > >> On 23/07/2015 11:26, Juhani Matilainen wrote: >> Hmmm... Interesting, it seems that random texts are displayed in w

Re: [Interest] Strange font issue on iOS 9

2015-07-23 Thread Juhani Matilainen
015 kello 11.52: > > Op 21-7-2015 om 06:41 schreef Juhani Matilainen: >> Hello >> >> I have strange font problem on iOS 9. Messy fonts are displayed in some >> texts. Here is an example screenshot: >> https://www.dropbox.com/s/vl0vszob9fupn23/file%2020.7.2015

[Interest] Strange font issue on iOS 9

2015-07-23 Thread Juhani Matilainen
Hello I have strange font problem on iOS 9. Messy fonts are displayed in some texts. Here is an example screenshot: https://www.dropbox.com/s/vl0vszob9fupn23/file%2020.7.2015%2015.49.24.png?dl=0 This is QML based app and no problem on iOS 8 or earlier. Any ideas how to fix? I know that iOS 9 i

[Interest] Strange font issue on iOS 9

2015-07-23 Thread Juhani Matilainen
Hello I have strange font problem on iOS 9. Messy fonts are displayed in some texts. Here is an example screenshot: https://www.dropbox.com/s/vl0vszob9fupn23/file%2020.7.2015%2015.49.24.png?dl=0 This is QML based app and no problem on iOS 8 or earlier. Any ideas how to fix? I know that iOS 9 i

[Interest] Strange font issue on iOS 9

2015-07-21 Thread Juhani Matilainen
Hello I have strange font problem on iOS 9. Messy fonts are displayed in some texts. Here is an example screenshot: https://www.dropbox.com/s/vl0vszob9fupn23/file%2020.7.2015%2015.49.24.png?dl=0 This is QML based app and no problem on iOS 8 or earlier. Any ideas how to fix? I know that iOS 9 i