Qt Iphone-like navigation Controller - qt

I'm new to Qt. This is simply great.
I was wondering whether you guys knew if there happened to exist some kind of navigation controller function like you can find on Iphone...
What I mean is I want to have one MainWindow and slide between different views.
What should I look for please ?
Any doc about that ?
Any help would be very much apreciated.
Thanks in advance and sorry for being such a noob... ;-)
Miky Mike
Me again,
by searching the site, I've come across with this...
http://wiki.forum.nokia.com/index.php/Code_Example_for_SlidingStackedWidget_class_in_Qt
But is there a means of sliding with a mouse movement ?
This look more difficult to me...
Thanks,
Mike

Miky, in my understanding you're trying to write a mobile phone app using Qt (probably for a Nokia phone). I'd recommend you to have a look at Qt Quick which is designed to help people develop mobile applications including touch screen input. You can find what you want there. Check out ListView and Flickable elements. With list view you can create much more than just a list view how we have seen it. You basically can flip whole pages horizontally and vertically which would be ListView items. If you develop for Symbian, check out Qt Quick components for Symbian where you may find necessary components.
Happy hacking !

Related

It is possible to make a pull up menu in Xamarin forms?

I´m starting to develop a application with Xamarin.forms we have the mockups and we need to implement somethink like a pull up menu / accordion menu. This component have to show over the content of the main page. I found a sketch from someone who wants to make the same as I, but no one give him a solution
This is the mockup of the component that I want to implement
I´ve searched a lot but i can not find something similar to the component that I want. Can some one please tell me if is possible to have components like this in xamarin? maybe using a external library
Thanks in advance

Building a Custom Browser in JavaFx 8

I am interested in building a custom browser in javafx 8 using the WebView component as a personal project. One of the features I hope to include is the ability to play flash video / sound. I'm not sure where to start so I'm hoping someone here could give me a few pointers as to how I'd go about accomplishing this.
Also, if you're aware of any resources out there that might come in handy when it comes to adding additional functionality I'd appreciate it. I'm hoping to make this fairly full featured.
Thanks in advance!
I'd stop this project because WebView does not support flash videos.
https://docs.oracle.com/javase/8/javafx/media-tutorial/overview.htm
It looks like I found a component that meets my requirements. JxBrowser.
https://dzone.com/articles/htmlcssjavascript-gui-java-0
https://www.teamdev.com/jxbrowser

Ribbon component for Adobe Flex or Aswing?

Anyone can point me to free or commercial Ribbon component done for Adobe Flex or Aswing? I seen one at some point but for some reason cant find any now. (Please don't mention minddomo, since it has nothing to do do with my question).
Thank you.
A Ribbon implementation in Flex would be a lot different from the standard TabNavigator. You must consider groups within each tab, and dynamic buttons within each group, and group popups etc.
I know this isn't an answer, but I don't know how to reply to the previous answer. :)
I don't know of one. But, whenever anyone asks for one I ask this question:
What is the difference between a Ribbon and a TabNavigator with a button bar as the children?
I'd consider creating one for Flextras if anyone could explain what the difference was.

Mobile application without ViewNavigator

I'm making a mobile application with abobe air and flex.
I want to know if it's possible to do it without ViewNavigator, or at least for some part, use something else.
Thanks
You can if you want to. The views are there to improve mobile viewing however. I believe the big point of it is for the use of the 'back' button since each view is added to a queue.
I say you should use it where needed since it was made for that kind of thing.

Picture control in QT

i am learning QT, i am not getting how to get the picture control in QT?.
in .net we have picture control right same way i need in QT.
i know text edit support pictures but is there any alternatives.
please tell if so.
Thanks
I assume that you mean a control for showing pictures. In that case, simply use a QLabel and call setPixmap. There is a more versatile, but less polished picture widget here.

Resources