Discussion Board

Search:

Type: Posts; User: sirspode; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    821

    how to recover a photo?

    i toke a photo with my nokia c5-03. now, i pressed the red button when the phone was elaborating the photo... i do not find that photo!!!! it was very very important for me! how can i recover it???...
  2. Replies
    3
    Views
    449

    Re: linux: access as root

    thank you very much! =)
  3. Replies
    3
    Views
    449

    linux: access as root

    my program is:
    you lauch a comand

    sudo shutdown -c now now, how do you insert the root - password ?
  4. Replies
    3
    Views
    439

    Re: qt: installation utility

    for windows
  5. Replies
    3
    Views
    439

    qt: installation utility

    how to program the installation utility of Qt' applications?
  6. Re: reading file. i can not understand where is the error...

    thank you!
  7. Replies
    2
    Views
    876

    QString::section(): how to use?

    QString::section(): i am not able to use it.
    could you write any examples, please?

    if i have: "hello. i am a boy and i am 15 years old", i want "i am 15 years old".
  8. Re: reading file. i can not understand where is the error...

    so, here the problem is:
    how to use QString::section()? examples in the documentation are unuseful for me...
  9. Re: reading file. i can not understand where is the error...

    yes, it is! if i sum "pathInput.readLine();", the machine returns NULL ("")...
  10. Re: reading file. i can not understand where is the error...

    void FileTrenner::trennen()
    {
    if(pathInput->open(QFile::Text | QFile::ReadOnly))
    {
    QTextStream in (pathInput);
    qDebug() << "pathInput vale: " << pathInput->fileName() <<...
  11. Re: reading file. i can not understand where is the error...

    'scuse me. i have just edited my thread.. =)
  12. reading file. i can not understand where is the error...

    excuse me, return to QString::section(): i am not able to use it.
    could you write any examples, please?

    if i have: "hello. i am a boy and i am 15 years old", i want "i am 15 years old".
  13. Replies
    3
    Views
    1,070

    Re: qdir::mkpath()

    i understood my mistake:



    //create a file in qt
    QFile file(filepath/file.txt);
    file.open(QIODevice::Text | QIODevice::WriteOnly);
  14. Replies
    3
    Views
    1,070

    Re: qdir::mkpath()

    thank you.
    so, what API do i have to use?
  15. Replies
    3
    Views
    1,070

    qdir::mkpath()

    QFile file(path.txt);

    QDir mdir;
    mdir.mkpath(path.filename());

    why does this code create a folder and not a file?
  16. Replies
    8
    Views
    1,010

    Re: QFileDialog: open button clicked

    all right! thank you for "lesson"! =)

    how should i write the program correctly?
  17. Replies
    8
    Views
    1,010

    Re: QFileDialog: open button clicked

    ...what does "gdb" means?

    i did not understand: what must i do?
  18. Replies
    8
    Views
    1,010

    Re: QFileDialog: open button clicked

    0k. thank you!

    there is still an error (crash when "open" is clicked):
    FILETRENNER.CPP

    #include "filetrenner.h"
    #include <stdio.h>
    FileTrenner::FileTrenner(QWidget *parent) :
    ...
  19. Replies
    8
    Views
    1,010

    QFileDialog: open button clicked

    what event is emitted when "open button" is clicked?

    SIGNAL(?????)
  20. Replies
    1
    Views
    521

    al click, fai queste cose...

    filetrenner.h

    #ifndef FILETRENNER_H
    #define FILETRENNER_H

    #include <QMainWindow>
    #include <QtGui>

    class FileTrenner : public QWidget
    {
  21. Replies
    1
    Views
    521

    al click, fai queste cose...

    filetrenner.h

    #ifndef FILETRENNER_H
    #define FILETRENNER_H

    #include <QMainWindow>
    #include <QtGui>

    class FileTrenner : public QWidget
    {
Results 1 to 21 of 21
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved