hello
if I open a text file ReadOnly it's ok
code:
file.setFileName(":/i.txt");
file.open(QIODevice::ReadOnly);
bool a =file.isOpen();
Type: Posts; User: conque; Keyword(s):
hello
if I open a text file ReadOnly it's ok
code:
file.setFileName(":/i.txt");
file.open(QIODevice::ReadOnly);
bool a =file.isOpen();
hello
if I open a text file ReadOnly it's ok
code:
file.setFileName(":/i.txt");
file.open(QIODevice::ReadOnly);
bool a =file.isOpen();
Hi, I tried to run the sample and it worked well, but I want to put this widget in a stack to have more pages in my application. In my code the menu does not appear and I can not understand why.
Hello Friends, I am new at QT with S60 development. I am trying to create menu and use QStackedWidget on S60 with QT. Here's my code.
OptionsMenu.h:
#ifndef OPTIONSMENU_H
#define OPTIONSMENU_H...