[Qt-creator] Context Help Suggestion and some glitches with the intro Project

Andree Guenther guenther at mpanrw.de
Fri Jun 19 14:18:04 CEST 2009


Hi everyone

Im not sure if it is correct to post so much text here and if these 
minor problems are of interest.
If not give me a hint.


I would likt creator to send the Context-Help page to teh system-browser 
- or a predefined program of choice,
instead of displaying it directly into creator. This gives more 
flexibility because i can switch between
pages of Creator without hiding the manual.


Additionaly i found that the Tutorial Project "TextFinder" does not work 
anymoe as described out of the Box,
wich makes ist difficult for newbies to come along. Sorry, if thats 
reported or fixed already.


Best regards,

Andre





"Bugreport":

Creator Version:
Built on Mar 4 2009 at 15:46:33
OS:
Windows XP Pro


QT4 Gui Application Wizard:

A) "Create in:"-Lineedit:
When typing in a nonexistent path 'X', "Next >" Button is disabled and
"The path 'X' does not exist." message occurs.
When opening the path-dialog, creating and selecting this path X,
the Message does not vanish and the Button still not enabled.

B) path-doalog:
when first opening the dialog, if a subdirectorx is selected
and "new Folder" is clicked, a new folder inside the selected one
is created, but the edit-process of the folder is already gone,
the folders name is "new folder" and you have to trigger editing the
folders name again to set the folders name correctly.


Example-Project "TextFinder":

C) textfinder.h states a different Classname then the Documentation
Not a bug - its just not the same in the doku.

docu:
private:
    Ui::Form ui;

textfinder.h:
private:
    Ui::TextFinderClass *ui;

D) First try to compile after changing the code as described is not 
possible:

textfinder.cpp:18: error: `QFile' was not declared in this scope
(can be resolved by changing #include <QtGui/QWidget> to #include 
<QtGui> in textfinder.h)


E)textfinder.cpp:25: error: request for member `textEdit' in 
`((TextFinder*)this)->TextFinder::ui', which is of non-class type 
`Ui::TextFinderClass*'
(can be resolved by changing all "ui." to "ui->")


F)warning: QMetaObject::connectSlotsByName: No matching signal for 
on_findButton_clicked()
The qPushButton must be renamed to findButton. Not mentioned in the 
documentation.

G) It would be nice to say a word in the doc on how to set the mentioned 
layouts(rightclick:Layout) and how to get the vertical layout to rezize 
correctly
with the Form.






________________________________________
Materialpruefungsamt Nordrhein-Westfalen 
Marsbruchstrasse 186
D-44287 Dortmund
Telefon: +49 (231) 4502-0
Telefax: +49 (231) 458549
E-mail: info at mpanrw.de
Internet: www.mpanrw.de
USt.-IdNr.: DE 124 728 648

Aussenstelle Erwitte
Auf den Thraenen 2
D-59597 Erwitte

Telefon: +49 (2943) 897-0
Telefax: +49 (2943) 897-33



More information about the Qt-creator-old mailing list