Search:

Type: Posts; User: Shakti

Search: Search took 0.02 seconds.

  1. Here is the reference page for signals/slots: Qt...

    Here is the reference page for signals/slots: Qt 4.7: Signals & Slots I suggest you read it carefully and develop small applications as you go to get an understanding of how things works and how...
  2. Ok, take the following scenario: you have a...

    Ok, take the following scenario: you have a function that is used to validate some input, returning true (good input) or false (bad input). Now lets say you want to graphically show wether input is...
  3. How come you can't call foo from a signal?

    How come you can't call foo from a signal?
  4. Do you mean connect as in catch a signal from...

    Do you mean connect as in catch a signal from QLineEdit or connect in some other way? Because if the first you just connect the signal to a member function of the class holding the QLineEdit (or...
  5. Ok im not sure i am following, could you give a...

    Ok im not sure i am following, could you give a more concrete example?
  6. You want to convert a QString to std::string?...

    You want to convert a QString to std::string? QString::toStdString does that for you
Results 1 to 6 of 6