Working with John Gyllenhaal and John May

Slides:



Advertisements
Similar presentations
Windows solution for linux
Advertisements

3) CircuitWorks Component Library
® Page 1 Intel Compiler Lab – Intel Array Visualizer HDF Workshop VI December 5, 2002 John Readey
Goals Give you a feeling of what Eclipse is.
Documentation Generators: Internals of Doxygen John Tully.
What are the functions of an operating system? The operating system is the core software component of your computer. It performs many functions and is,
Doxygen and Javadoc By Derzsy Noemi.
November 2011 At A Glance GREAT is a flexible & highly portable set of mission operations analysis tools that increases the operational value of ground.
Doxygen: Source Code Documentation Generator John Tully.
Software components With special focus on DLL Software components1.
Lab 2: Forms and Basic Input User Interface Lab: GUI Lab Sep. 2 nd, 2014.
Lakeland Click arrow to advance show. Click on the “A” under “Listed By Name.” (“A” for Academic Search Database)
Ex3 Preview, Swing tutorial Ex1 review Amit Shabtay.
Ch 1. A Python Q&A Session Spring Why do people use Python? Software quality Developer productivity Program portability Support libraries Component.
Cs413_chapt01.ppt Chapter 1 Web Sites Numerous
ROOT Team Meeting October 1 st 2010 GUI thinking and testing ideas OpenGL GUI Root Team meeting 01/10/2010.
ALICE DCS Meeting.- 05/02/2007 De Cataldo, Franco - INFN Bari - 1 ALICE dcsUI Version 3.0 -dcsUI v3.0 is ready and will be soon posted on the ACC site.
- Shourie. 3 Basic Questions What How Why Crystal Reports is a business intelligence application for designing and generating reports from a wide range.
Translating to.html tools for web page creation. Plugins Several common document types are displayed using “plugins” in your browser –word documents *.doc.
Using the Internet for Work Medline: National Library of Medicine site (PubMed) Medline site Medline site good online help guide + can be downloaded /printed.
Xitracs Portal LEAPs and Outcomes. Types of Users Program Assessor Create and Enter the LEAP or Outcome Plan Document the Results Propose Changes Peer.
Cs413_chapt02.ppt CS413 Advanced Swing Graphical User Interface Components Text: Advanced Java 2 Platform: Chapter 2 Abstract Windowing Toolkit (AWT) Library.
EDM Update John Sinclair ORNL. EDM Update Minor feature additions Limits New env vars Optional widget attributes Modifications that support conversion.
GUIs Basic Concepts. GUI GUI : Graphical User Interface Window/Frame : a window on the screen Controls/Widgets : GUI components.
How QuickTest Works with Objects USINGQTP65-STUDENT-01A.
Toolkits and Languages CSE 490JL Section Dec 1 st & 3 rd 2004 Richard C. Davis & Kate Everitt.
Google Web Toolkit for Mobile Applications Development INGENUITY AT ITS BEST……………….
PDF to EPUB Converter ▪ PDF to iPad software facilitates your reading PDF on iPad without any hassle.PDF to iPad ▪ PDF to iTouch EPUB program makes it.
Submitting Papers as a Student Turnitin.com Lake Mills High School.
Chapter 4. CONCEPT OF THE OPERATING SYSTEM MANAGING ESSENTIAL FILE OPERATIONS.
1. 2 Qt Toolkit ● C++ toolkit for cross-platform GUI application development – GUI functions (GUI = graphical user interface) – Data access components,
Windows 7 Ultimate
tools for web page creation
Introduction to the ARM mbed Platform– A Hands-on Course
This file is intended to be used with the blog post “Drawing and Animating Gears in PowerPoint” at
WWU Hackathon May 6 & 7.
Goals Give you a feeling of what Eclipse is.
TUSK - Faculty Overview
Google Web Toolkit - Gufran Mohammed
The BLISS Framework 4.
Nadeem MajeedChoudhary.
Groups.
Chapter 4: Threads.
Tutorial 8 Objectives Continue presenting methods to import data into Access, export data from Access, link applications with data stored in Access, and.
Basic editing Word 2016.
Mobile Application Development with MeeGo™ - Programming with SDK
Class Announcements 1 week left until project presentations!
Chapter 4: Threads.
The Command Center.
Lab 3 Finite State Machine On Xilinx
OPERATING SYSTEMS Threads
Open Source software for libraries
Rapid Connect® Monthly Product Updates-Canada
Chapter 4: Threads.
Chapter 4: Threads.
The Basic Usage and The Event Handling in Glade.
WORKING WITH SHARED DOCUMENTS
Blackboard Save a File as .rtf
Signal Conditioning.
Print, , Save Results TUTORIAL ToxPlanet Documents Print, , Save Results
Chapter 4: Threads.
Process for Organising Software Development Activities
Full lifecycle metadata tracking
Chapter 4: Threads.
Graphic Libraries for The User Interface
TracCloud.
Individual APT Presentation January 2006
Chapter 4: Threads.
Blue Prism Tutorial Every organization wants to lower its costs and keep up with change. Using technology effectively is an important part of doing both.
Presentation transcript:

Working with John Gyllenhaal and John May What I Did This Summer… Working with John Gyllenhaal and John May

QT Beta Testing on AIX QT is a toolkit for programming portable user interfaces – Windows, X, MacOS X Communicated with TrollTech (QT people) until it worked perfectly Evaluated QT Designer

Documentation Tool Clone of TrollTech’s tool Turn comments into documents HTML, RTF, postscript, PDF, man pages… Very configurable

Tool Gear and Charting Tool Gear = set of portable, reusable components for swift creation of small to medium scale performance analysis and debugging tools We could chart all kinds of things!

TgChart No (good) QT charting widgets freely available. Find one and make it work Found one based on a C library Hacked C  Real C++  Real QT widget Making it readable and maintainable

Onward with TgChart Finish API, start connecting/testing widget with Tool Gear Make it clickable! On click send signal (callback) with data set / point Continue internal/feature improvements until this is the best charting widget IN THE WORLD!