Qt : Convert QString to char QString have very much feature compared with char data type. But, in some of conditions, we need to Qt : convert QString to char datatype. This is a sample function how Qt : Convert QString to char datatype : const char *QString2char(QString str) { QByteArray byteArray; const char *cstr;
Incoming and Outgoing Mail Server Settings Yahoo Mail From Google Mail I have email in Yahoo and Google. This is a tutorial how we can accepting incoming and outgoing from gmail to our Yahoo mail. Open your yahoo mail. Click Options menu Add gmail account. Change POP server address to : pop.gmail.com and Override default
Qt : conversion in binary, decimal and hex This is a basic article for Qt : conversion in binary, decimal and hex. From this tutorial, you can know how Qt : conversion in binary, decimal and hex. Qt have rich class to convert from a data from one data type to other. From this tutorial,
Qt QListView Tutorial In my last article, I am write about toturial how to use QTableView. In this tutorial, I am try to write about Qt QListView Tutorial. The QListView class provides a list or icon view onto a model. That is like with QTableView. QListView support only one column (if you get a method