This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; Test1_installer.pkg generated by qmake at 2011-02-09T16:40:44 | |
| ; This file is generated by qmake and should not be modified by the user | |
| ; | |
| ; Language | |
| &EN | |
| ; SIS header: name, uid, version | |
| #{"Test1 installer"},(0xA000D7CE),1,0,0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Running build steps for project AudioPlayer... | |
| Uploading to remote compiler | |
| Uploaded: 16/305 kB | |
| Uploaded: 32/305 kB | |
| Uploaded: 48/305 kB | |
| Uploaded: 64/305 kB | |
| Uploaded: 80/305 kB | |
| Uploaded: 96/305 kB | |
| Uploaded: 112/305 kB | |
| Uploaded: 128/305 kB |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "I have found [Redacted] to be a hard-working, effective team member, with good communication and technical skills. | |
| He can quickly participate in, or start a discussion - and then show that he has understood everything that has been said, by responding with an intelligent question or additional information. | |
| [Redacted] is also eager to learn; and possesses sound knowledge and understanding of the intricacies of contemporary software and hardware systems. | |
| I would not hesitate to recommend him." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Running build steps for project MetaCoin... | |
| Starting: "c:\qtsdk\desktop\qt\4.7.1\mingw\bin\qmake.exe" C:\Users\Tyson Key\BitFutures\MetaCoin\MetaCoin.pro -r -spec win32-g++ QMLJSDEBUGGER_PATH=C:/QtSDK/QtCreator/share/qtcreator/qml/qmljsdebugger | |
| The process "c:\qtsdk\desktop\qt\4.7.1\mingw\bin\qmake.exe" exited normally. | |
| Starting: "C:\QtSDK\mingw\bin\mingw32-make.exe" -w | |
| mingw32-make: Entering directory `C:/Users/Tyson Key/MetaCoin-build-desktop' | |
| C:/QtSDK/mingw/bin/mingw32-make -f Makefile.Debug | |
| mingw32-make[1]: Entering directory `C:/Users/Tyson Key/MetaCoin-build-desktop' | |
| g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../../../QtSDK/Desktop/Qt/4.7.1/mingw/include/QtCore' -I'../../../QtSDK/Desktop/Qt/4.7.1/mingw/include/QtGui' -I'../../../QtSDK/Desktop/Qt/4.7.1/mingw/include' -I'../../../QtSDK/Desktop/Qt/4.7.1/mingw/include/Acti |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Setting up environment for Qt usage... | |
| C:\Windows\system32>cd "C:\Users\Tyson Key\BitFutures" | |
| C:\Users\Tyson Key\BitFutures>ls | |
| MetaCoin TestCases ThirdParty Web | |
| C:\Users\Tyson Key\BitFutures>cd TestCases | |
| C:\Users\Tyson Key\BitFutures\TestCases>ls |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include "multitool.h" | |
| #include "ui_multitool.h" | |
| MultiTool::MultiTool(QWidget *parent) : | |
| QMainWindow(parent), | |
| ui(new Ui::MultiTool) | |
| { | |
| ui->setupUi(this); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include "multitool.h" | |
| #include "ui_multitool.h" | |
| MultiTool::MultiTool(QWidget *parent) : | |
| QMainWindow(parent), | |
| ui(new Ui::MultiTool) | |
| { | |
| ui->setupUi(this); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include "mainwindow.h" | |
| #include "ui_mainwindow.h" | |
| #import <Cocoa/Cocoa.h> | |
| #include <QString> | |
| NSString *iLogText = @"Testing NSLog from Qt!"; | |
| QString iDemoQString = "This is a QString"; | |
| NSString *iDemoNSString; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| QString MainWindow::GetLastFmLatestTrack(QString aXmlData) { | |
| QString workingPayload = aXmlData.remove("</track>").remove("</recenttracks>").simplified(); | |
| QString artistElement; | |
| QString nameElement; | |
| QString artistHyphenTitle; | |
| int artistOffset = aXmlData.indexOf("<artist"); | |
| int nameOffset = workingPayload.indexOf("<name>"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { "EmailAddress" : "", "Forename" : "", "LastFmUserName" : "vmlemon", "SkypeStatus" : 2, "SkypeUserName" : "vmlemon", "StatusColour" : "E9F09C", "Surname" : "", "TwitterUrl" : "http://api.twitter.com/1/users/show.json?id=vmlemon", "Uid" : 0, "Version" : 1 } |