QT - a C++ based GUI QT’s Designer and Assistant.

Slides:



Advertisements
Similar presentations
Scite Scintilla integrated text editor. Click here.
Advertisements

Course Introduction and Getting Started with C 1 USF - COP C for Engineers Summer 2008.
Command Console Tutorial BCIS 3680 Enterprise Programming.
Using Macs and Unix Nancy Griffeth January 6, 2014 Funding for this workshop was provided by the program “Computational Modeling and Analysis of Complex.
IS 426: Information Systems Construction in Modern Society Downloading and exploring oracle development environments.
CprE 288 – Quick intro for compiling C in Linux
CNIT 132 Intermediate HTML and CSS Publish Web Page.
Installing the SAFARIODBC.EXE For use with Excel May 3, 2002.
Essential Unix at ACEnet Joey Bernard, Computational Research Consultant.
CS Tutorial 1 Getting Started with Visual Studio 2012 (Visual Studio 2010 are no longer available on MSDNAA, please choose Visual Studio 2012 which.
Thank you for your decision to try vTreePro Practice Tree Software! Your satisfaction is very important to us. Please feel free to send us an if.
WRF Domain Wizard A tool for the WRF Preprocessing System Jeff Smith Paula McCaslin July 17, 2008.
Internet of Things with Intel Edison Compiling and running Pierre Collet Intel Software.
Computer Programming for Biologists Oct 30 th – Dec 11 th, 2014 Karsten Hokamp  Fill out.
How to Install and Run Prepared by: Shubhra Kanti Karmaker Santu Lecturer CSE Department BUET.
1 Unix and the Internet Pine System and Netscape.
ATG Environment Setup In this session you will learn – Setting Up ATG environment – Creating new ATG application – Configuring Data Source – Configuring.
Unix Tutorial for FreeSurfer Users. Helpful To Know FreeSurfer Tutorial Wiki:
Logging into the linux machines This series of view charts show how to log into the linux machines from the Windows environment. Machine name IP address.
Vim Editor and Unix Command gcc compiler Computer Networks.
Introduction to Systems Programming (CS 0449) PalmOS Tools: Developer Studio & Cygwin.
Using OUI to install Oracle9i Release 2 on an OpenVMS System.
AE6382 Secure Shell Usually referred to as ssh, the name refers to both a program and a protocol. The program ssh is one of the most useful networking.
Unix Tutorial for FreeSurfer Users. Helpful To Know FreeSurfer Tutorial Wiki:
March 2, 2005Wah-kai Ngai1 Installation of Geant4 1st HK Simulation Meeting.
SW318 Social Work Statistics Slide 1 Get ready to work on practice problems 1. Create a directory and subdirectory on your computer named C:\StudentData\SW318_Spring_2004.
Nissan FAST Installation
Liferay Installation Prepared by: Do Xuan Hai 8 August 2011.
SAFARI ODBC INSTALLATION Go to the TRECA home WEB page.
Software Architecture in Practice Practical Exercise in Performance Engineering.
1 Getting Started with C++. 2 Objective You will be able to create, compile, and run a very simple C++ program on Windows, using Visual Studio 2008.
Tool Install How to download & install Java 6 & Eclipse updated version based on Dr. G. L. Ray’s slides.
Installing MySQL BCIS 3680 Enterprise Programming.
Lesson 14: Exploring Excel Learning Objectives After studying this lesson, you will be able to:  Explain ways Excel can help your productivity.
MySQL Getting Started BCIS 3680 Enterprise Programming.
The following Presentation © is made by n more 206/A, 1 st Floor, 4 th Cross Thrimoorthy Colony, Mahindra Hills, East Marredpally Secunderabad –
1 Installing Java on Your PC. Installing Java To develop Java programs on your PC: Install JDK (Java Development Kit) Add the directory where JDK was.
1 Getting Started with C++ Part 1 Windows. 2 Objective You will be able to create, compile, and run a very simple C++ program on Windows, using Microsoft.
Makefiles1 MAKEFILES Purpose: contain UNIX commands and will run them in a specified sequence. Syntax Definition : { Section-name: {unix command #1} …
AN INTRO TO UNIX/LINUX COMMANDS BY: JIAYANG WANG.
1. Starting 1 Let’s Learn Saenthong School, January – February 2016 Teacher: Aj. Andrew Davison, CoE, PSU Hat Yai Campus
Install CB 1.8 on Ubuntu. Steps Followed Install Ubuntu (Ubuntu LTS) on Virtual machine – (VMware Workstation) (
1 /17 Installing and Configuring TaxWise © 2006, Universal Tax Systems, Inc. All Rights Reserved. Installing and Configuring TaxWise Objectives –In this.
A Mini UNIX Tutorial. What’s UNIX?  An operating system run on many servers/workstations  Invented by AT&T Bell Labs in late 60’s  There are many different.
CS 120 Extra: The CS1 Server Tarik Booker CS 120.
MySQL Getting Started BCIS 3680 Enterprise Programming.
ScienceTools Linux Instructions Windows Instructions.
 CSC 215 : Procedural Programming with C C Compilers.
Senerver_Sun | Dept. | SOP for use CSD DL tool V1.2_ CN_SDD2.
WHAT ARE THE STEPS TO CONNECT MY HP DESKJET 3520 TO WI-FI?
Apache Tomcat & Quick Tutorial
Introduction to Unix for FreeSurfer Users
Downloading & Installing the BIT115 Software & Programs
CSC 215 : Procedural Programming with C
First Day in Lab Making a C++ program
CS1010: Intro Workshop.
Technology Staff Development, April 2011
Application Setup.
Install external command line softwares
Andy Wang Object Oriented Programming in C++ COP 3330
Producing Conservation Business Plans from Miradi
BSc in Digital Media, PSUIC
Andy Wang Object Oriented Programming in C++ COP 3330
CSCI N207 Data Analysis Using Spreadsheet
Using emacs and G++ at U. W.
Software Setup & Validation
Logging into the linux machines
Quick Start Guide   Installation GM Pro 7.4 5/10/2019.
Help Me FedEx – Installing and Using
DIBBs Brown Dog Tutorial Setup
Presentation transcript:

QT - a C++ based GUI QT’s Designer and Assistant

What we are about! downloading QT setting up your environment QT Assistant and QT Designer The QT Designer Quick Start Tutorial

QT Availability QT can be downloaded from the internet for either a PC or Unix The PC version runs on many different variations of Windows from Windows 95 up. Installation is straight forward. QT is installed on acad and intmain. needs xterm to run.

Setting up your Environment Set up your environment include /usr/local/qt/bin in your path variable include setenv QTDIR "/usr/local/qt“ for your environment In your home directory, make a subdirectory qt for your qt applications

Testing the setup cd qt mkdir hello cd hello cp /export/home/public/gordon/cis520/hello.zip. Unzip the file Give the following commands: qmake –project // builds the project file qmake// builds the Makefile make// the executable hello // is the directory name

Examples In $QTDIR/examples, there are more than 76 examples that can be copied and studied. Only the DB examples don’t work, since no drivers come with the free version Feel free to browse the examples.

Using QT Usually you want to put all the code for a project in a single directory. Our first project will come from QT’s tutorial – a GUI metric conversion cd qt mkdir metric cd metric

Starting Assistant and Designer To start QT Assistant, give the command assistant & To start QT Designer, give the command designer &

Quick Start We will do the quick start tutorial for QT Designer which is found in QT Assistant From the Home Page of QT Assistant, scroll down to the Tools section, select QT Designer, and then select Quick Start We will build a complete working example in about an hour. We will then use what we learned to complete a project that accesses an Oracle database with Object-Oriented approach.

Starting and Exiting Qt Designer Starting To start Qt Designer under Windows click the Start button and click Programs|Qt X.x.x|Designer. (X.x.x is the Qt version number, e.g ) If you're running a Unix or Linux operating system you can either double click the Qt Designer icon or enter designer & in an xterm. Start Qt Designer now. When Qt Designer starts, it shows the New/Open dialog. We'll just click Cancel to skip it. Exiting click File|Exit; you will be prompted to save any unsaved changes.

The Metric Conversion start assistant assistant & open the quick start tutorial in QT’s assistant open designer & follow the tutorial