Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. Qt with Netbean -- C++ Development

Qt with Netbean -- C++ Development

Scheduled Pinned Locked Moved 3rd Party Software
1 Posts 1 Posters 1.2k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    bresser
    wrote on last edited by
    #1

    Hello,
    I am using Qt inside of Netbean. I just newly installed it. I looked at a few of Netbeans tutorials for Qt, and it just puzzled me more. I know how to make appearance stuff. So I can design the form I just don't understand how to make the form do what I want.

    So what I am making is a program that I enter a message into. Then I want it to when I click the button reference a LibreOffice Spreadsheet(oh yeah I'm on Ubuntu if that is important). I want it to look at the spreadsheet and A1 will be the letter I typed in, but A2 will be a different letter. So pretty much it translates an english message into gibberish.

    To go into further detail:

    Lets say
    |A1|A2|

    | A | V|
    | P | Q|
    | L | 1 |
    | E | 7 |

    So for my example. In my first box I would put Apple
    Then I would hit translate button.
    It would look at this spreadsheet say ok A = V P = Q L = 1 E = 7
    so Apple = VQQ17
    Pretty simple cipher. But no one will spend enough time trying to break it.
    But right now I'm just focusing on how to make the button reference the spreadsheet and change the letters.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved