Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7553883
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T11:11:06+00:00 2026-05-30T11:11:06+00:00

I am new to Symbian development(also in c++). i want to create a multiple

  • 0

I am new to Symbian development(also in c++). i want to create a multiple window application in Symbian. for that I want to push a another screen from current screen. I try like this

In MainWindow.cpp

void MainWindow::on_pushButton_clicked()
{
    // HERE I WANT TO PUSH SECOND WINDOW
    secondwindow sec;

    sec.showFullScreen();
}

The secondwindow.cpp is

secondwindow::secondwindow(QWidget *parent) :
    QMainWindow(parent),
    ui(new Ui::secondwindow)
{
    ui->setupUi(this);
}

secondwindow::~secondwindow()
{
   delete ui;
}

But on clicking on pushbutton in mainwindow It not showing the secondscreen. please guide me how to handle multiple screens in symbian.

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T11:11:08+00:00Added an answer on May 30, 2026 at 11:11 am

    The scope of your variable is limited to the function, and your object is created on the stack. Which means it is going to be invalid when the function return.Additionally, in Qt you must create all subclasses of QObject dynamically when they are not top level. If you are new in Qt,
    I recommend you to follow advices listed in this Qt forum thread

    A good starting point for learning is on the Qt website

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am new to Symbian development. I am developing a VOIP [SIP protocol] app
I need to develop the SMS based application. I want to read the new
I'm new in symbian mobile applications. I'm developing webservices related application in this webservices
I'm writing a Symbian application using Qt for Symbian that is supposed to run
I'm trying to learn how to create the layout of my Qt Symbian application
I am new in Symbian UIQ. So anyone can help me out about following
New to Rails, and following a tutorial that starts by creating the classic blog
New to this, so bear with me if I missed this somewhere in another
Hi i'm new in symbian c++ and sdk 5th, I use carbide c++ how
I'm new to the Windows Mobile scene, but I have made a few Symbian

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.