July 19, 2011

Green_AciD Green_AciD
Lab Rat
6 posts

Some question as i am begginer in Qt and want to do a lot !

 

1. how launch Examples and Demos Launcher !
i read this page http://doc.trolltech.com/4.7/qtdemo.html and it was not there as it said !
——————————————————————————————————————————————————
2.i am beginner in Qt but really OK in C++ language (for 3 years), i want to make a CBIR app, which load images from local disk and sort them by visual similarity, i heard Qt has variety in user interface design and that’s why i chose it. but i don’t know to start from where in Qt?! do i need to make Qt C++ app or Qt quick app !?
——————————————————————————————————————————————————-
3. i already start and make user interface which has QTreeView in left and QGraphicsView in right side i want to by clicking on local disk directory load images into the right side, but i don’t know what library or widget i have to use !

Thanks in Advance.

 Signature 

(Qt4 + C++) -> CBIR.
<SPM>

7 replies

July 20, 2011

LinusA LinusA
Ant Farmer
62 posts
Green_AciD wrote:
1. how launch Examples and Demos Launcher ! i read this page http://doc.trolltech.com/4.7/qtdemo.html and it was not there as it said !

Reinstall Qt. Go to http://qt.nokia.com/downloads and download the SDK or the library version, do a full install. It’s got to be there! If you compile Qt from scratch, make sure you compile the examples.

 Signature 

Using Qt 4.7.3 and OpenCV 2.2 on Windows XP/7 32bit with VS 2008

July 20, 2011

SimonL SimonL
Hobby Entomologist
42 posts

For your Tree You want to create a QFileSystemModel http://doc.qt.nokia.com/latest/qfilesystemmodel.html and then set the QTreeView’s Model to this that should make most of the file directory stuff pretty simple.
A C++ app will probably be simpler if you are making a desktop app where as the Qt Quick app would allow you to possibly do some fancier things with animation and so forth if you wanted to head down that track.

July 20, 2011

Eddy Eddy
Mad Scientist
1191 posts
LinusA wrote:
Green_AciD wrote:
1. how launch Examples and Demos Launcher ! i read this page http://doc.trolltech.com/4.7/qtdemo.html and it was not there as it said !
Reinstall Qt. Go to http://qt.nokia.com/downloads and download the SDK or the library version, do a full install. It’s got to be there! If you compile Qt from scratch, make sure you compile the examples.

there has been a similar thread about this : [developer.qt.nokia.com]

A bug report has been made in the bugtracker.
Please follow this link and vote for it [bugreports.qt.nokia.com] if you really want to have it in the future. (you need to register once to login, but that’s not hard to do )

July 20, 2011

Green_AciD Green_AciD
Lab Rat
6 posts

I did what you said nothing change about Examples and Demos Launcher, also before i install the full SDK!
Thanks for your opinion.

LinusA wrote:
Green_AciD wrote:
1. how launch Examples and Demos Launcher ! i read this page http://doc.trolltech.com/4.7/qtdemo.html and it was not there as it said !

Reinstall Qt. Go to http://qt.nokia.com/downloads and download the SDK or the library version, do a full install. It’s got to be there! If you compile Qt from scratch, make sure you compile the examples.

 Signature 

(Qt4 + C++) -> CBIR.
<SPM>

July 20, 2011

Green_AciD Green_AciD
Lab Rat
6 posts

@Simol:
Thanks, that’s what i want to know about the difference.

 Signature 

(Qt4 + C++) -> CBIR.
<SPM>

July 22, 2011

Green_AciD Green_AciD
Lab Rat
6 posts

Thanks everyone, for your help,
let me explain what exactly i need to do:
i want to load images from a folder from QTreeView to the QGraphicsView (from left side to right side) and show images in thumbnail and with their info.
This my User interface:
Ui
This is What i want to implement:
f_ui
————————————————————————————————————-
i need to know what is best way to do it and which library to call?
What kind of object i have to make to load each image inside of it and show its information ?!

thank you in advance.

 Signature 

(Qt4 + C++) -> CBIR.
<SPM>

July 22, 2011

mlong mlong
Mad Scientist
1137 posts
Green_AciD wrote:
Thanks everyone, for your help, let me explain what exactly i need to do:

This aspect is already being discussed in this thread [developer.qt.nokia.com] you created. Please don’t duplicate the content here.

 Signature 

Senior Software Engineer
AccuWeather Enterprise Solutions
/* My views and opinions do not necessarily reflect those of my employer.  Void where prohibited. */

 
  ‹‹ QStackedWidget: Bind to combo box?      [Solved] Set Font of QTextEdit and QListWidget ››

You must log in to post a reply. Not a member yet? Register here!