hi, is there any problems if I call a SLOT that is connected to a signal?? thanks
Qt Code:
  1. conenct (this, SIGNAL(sig()), this, SLOT(myslot()));
  2. //in another part of program:
  3. void objec::function {
  4. myslot();
  5. }
To copy to clipboard, switch view to plain text mode