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

  • SEARCH
  • Home
  • 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 8972505
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T18:13:59+00:00 2026-06-15T18:13:59+00:00

am having a signin page which has a Navigation pane,while the user logins successfully

  • 0

am having a signin page which has a Navigation pane,while the user logins successfully i should redirect to the main.qml file ,while clicking ii can’t able to go from the signin.qml file to main.qml file ? how to do this can anyone give me sugession`

  • 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-06-15T18:14:00+00:00Added an answer on June 15, 2026 at 6:14 pm

    You can find all about NavigationPane and other controls in documentation only.

    NavigationPane documentation

    It’s very simple. You should go through it once properly and give it a shot by yourself.

    Have a look at below shown segment of code, you should get the idea.

    NavigationPane {
        id: navigationPane
        Page {
            attachedObjects: ComponentDefinition {
                id: pageDefinition
                source: "main.qml"
            }
            Container {
                Button {
                    text: "Login"
                    onClicked: {
                        //check if credentials are valid or not
                        if(isValidUser())
                        {
                            var page = pageDefinition.createObject();
                            navigationPane.push(page);
                        }
                        else
                        {
                            //show error message
                        }
                    }
                }
            }
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am having issues trying to redirect a user to a user show page
I am having a Common Signin page that contains Username and Password Field.. And
I am having the following close button image tag in my page. img src=@@@HtmlEncode(LanguagePath)@@@/img/header/HEADER_SIGN_IN_POPIN_CLOSE.gif
Having used storyboards for a while now I have found them extremely useful however,
In my app, i have two textfields(username and Password) and UIbutton in SignIn page.
On my development machine (which has the Quickbooks SDK installed) I can connect and
After a successful login via Devise, how can I redirect the user back to
I'm having problems passing parameters (in this case, @plan_id) to the next page (new_user_url).
is this right the code will redirect a person to the login page when
When a user is having difficulty signing in, they enter their email address to

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.