Discussion Board

Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,024

    Re: issues using command prompt/console

    does that mean, there is no error in the syntax and logic i used for QProcess?

    rite, i'll check ping.exe.

    this is exactly what the 62 instances message says:

    QWinEventNotifier:Cannot have...
  2. Replies
    5
    Views
    1,024

    Re: issues using command prompt/console

    i tried to use QProcess following the example given in its help documentation..
    i wrote the following:


    QString alive;
    alive = host.data();
    QProcess *myprocess = new...
  3. Replies
    5
    Views
    1,024

    Re: issues using command prompt/console

    ok..wil try
  4. Replies
    5
    Views
    1,024

    issues using command prompt/console

    hello,
    i have written a program to retrieve ip adress of the hosts, and then ping them one by one using command prompt...now when the hosts are pinged one by one....i want to store the alive...
  5. Thread: display issues

    by rabeeah
    Replies
    0
    Views
    475

    display issues

    hi ppl,

    i hav got aome display issues here. there are two classes(say a and b) in my project (with their corresponding headers and .cpp files). the main file say a. cpp calls the constructor of...
  6. Replies
    2
    Views
    788

    Re: how to get a value from a QList

    dat helped..thanx:)
  7. Replies
    2
    Views
    788

    how to get a value from a QListWidget

    hey there...i have made a list which contains the ip addresses of the interfaces connected to net on my laptop...wat i want to do now is that when i click on the one of the list's item a slot is...
  8. Replies
    5
    Views
    818

    Re: windows.h error

    thank u loadz...dat wrkd!!....n the code still runs fine on my laptop......:)
  9. Replies
    5
    Views
    818

    Re: windows.h error

    neva thought of dat...ok..lemme check
  10. Replies
    5
    Views
    818

    Re: windows.h error

    by simulate i meant that wen i run it on the emulator......so is there any alternative v can use so that the code functions as it is with the header wrking fr all platforms?
  11. Replies
    5
    Views
    818

    windows.h error

    #include <QtGui/QApplication>
    #include "mainwindow.h"

    #include <iostream>
    #include <stdlib.h>
    #include <windows.h>
    #include <string>

    using namespace std;
  12. Re: diplaying address enteries in qnetworkinterface

    dat workd!!....thanks a lot
  13. Re: diplaying address enteries in qnetworkinterface

    well...i tried using nested loops for it......of what i understand, .the idea is to choose the ith interface from the listInterNames list and then use the j variable to print the broadcast, ip, & the...
  14. Re: diplaying address enteries in qnetworkinterface

    rite....thanks.....

    the listinternames is workin fine with one loop....this is how i used it..

    inter=new QNetworkInterface();
    QList<QNetworkInterface> listInterNames;
    QString...
  15. Re: diplaying address enteries in qnetworkinterface

    ok i tried the qDebug command....the address entries are being shown as a console output now...
    i used the following commands:
    for (int i = 0; i < listInterNames.size(); ++i)
    {
    qDebug()<<...
  16. Replies
    1
    Views
    891

    QDBus equivalent in windows

    hello,
    i came across a ping code in qt but it uses a module called QDBus which is fr unix platform only ....can ne1 plz help me with sum window equivalent of this

    i found a discussion on...
  17. Re: How to resolve IP address to MAC using ARP protocol in Qt?

    but my problem is that " how can i implement this in qt.".
    we r working on windows xp os,,,,,
  18. Re: diplaying address enteries in qnetworkinterface

    still awaiting a reply
  19. Re: diplaying address enteries in qnetworkinterface

    o alrite...i thot it ws used fr knwing the computer...like whois 192.37.89.5?,,,,n it wud give sm info like mac..
    ..ok so dats nt the case....
    so what can v use to find an ip address of any
    ...
  20. Re: diplaying address enteries in qnetworkinterface

    sorry m probably nt following u on ths list problem...

    in the code above.. str is of type Qstring and item of QListWidget... and the last statement add item allows only a string or a...
  21. How to resolve IP address to MAC using ARP protocol in Qt?

    rite...thanx...will check it out

    another thing..say i have the broadcast id on the interface nw.....n want to know the ip address of a node connected to this interface....is there sm way i can...
  22. Re: diplaying address enteries in qnetworkinterface

    yup ..i was trying to use Qlist widget...here is what i was trying to do...bt it gives an error : invalid use of operator "="


    item->addItem( QString("Address entries:") );
    for (int i =...
  23. diplaying address enteries in qnetworkinterface

    hi there,

    i want to dipslay these ip addresses ,the braodcast and netmask on the screen.....i used the following to obatin the info
    but i cant seem to get it on the screen
    ...
  24. Re: how to asign dynamic ports for communication

    rite....thanx
    so...how do i achieve that?...in the fortune server example..it picks up a port no through tcpserver port...how do i achieve the same here?

    also...if i fix a no at the server..can...
  25. Re: how to asign dynamic ports for communication

    either we send the port number as a stream along with the other data...or use the same port setting function at the reciever too....m i rite?
Results 1 to 25 of 55
Page 1 of 3 1 2 3
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