Skip to content

Commit

Permalink
updated resources
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanwong committed Sep 18, 2017
1 parent 993c944 commit 1b72fa2
Show file tree
Hide file tree
Showing 67 changed files with 21 additions and 9,604 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion gcg-gui.pro.user
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 4.3.1, 2017-09-16T04:49:20. -->
<!-- Written by QtCreator 4.3.1, 2017-09-18T12:51:48. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>
Expand Down
16 changes: 8 additions & 8 deletions pageone.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,19 +142,19 @@ void PageOne::templateTab(QTabWidget *tabWidget)

//paths to be changed once icons are finalized
buildCustomTemplate(firstRowLayout, "Custom" ,
"/Users/brendanwong/Documents/Qt projects/gcg-gui/temp resources/custom-template.png");
"://resources/custom-template.png");

buildTemplateItem(firstRowLayout, "Row Print" ,
"/Users/brendanwong/Documents/Qt projects/gcg-gui/temp resources/template-1.png", SLOT(onRowTemplateClicked()));
"://resources/template-1.png", SLOT(onRowTemplateClicked()));
buildTemplateItem(firstRowLayout, "3x3 Petri Dish" ,
"/Users/brendanwong/Documents/Qt projects/gcg-gui/temp resources/template-2.png", SLOT(gridPetriClicked()));
"://resources/template-2.png", SLOT(gridPetriClicked()));

buildTemplateItem(secondRowLayout, "3x3 Well Plate" ,
"/Users/brendanwong/Documents/Qt projects/gcg-gui/temp resources/template-3.png", SLOT(gridPlateClicked()));
"://resources/template-3.png", SLOT(gridPlateClicked()));
buildTemplateItem(secondRowLayout, "Well Plate Column" ,
"/Users/brendanwong/Documents/Qt projects/gcg-gui/temp resources/template-4.png", SLOT(wellPlateColumnClicked()));
"://resources/template-4.png", SLOT(wellPlateColumnClicked()));
buildTemplateItem(secondRowLayout, "Fill Well Plate" ,
"/Users/brendanwong/Documents/Qt projects/gcg-gui/temp resources/template-5.png", SLOT(fillWellClicked()));
"://resources/template5.png", SLOT(fillWellClicked()));

//put together each row
QVBoxLayout *vlayout = new QVBoxLayout;
Expand Down Expand Up @@ -305,14 +305,14 @@ void PageOne::positionHoverSlot()

if(petriRadio->isChecked())
{
QPixmap icon("://temp resources/petri-template.png");
QPixmap icon("://resources/petri-template.png");
icon.setDevicePixelRatio(devicePixelRatio());
positionGraphic->setPixmap(icon.scaled(200, 200, Qt::KeepAspectRatio, Qt::SmoothTransformation));
}

if(wellPlateRadio->isChecked())
{
QPixmap icon("://temp resources/well-plate-template.png");
QPixmap icon("://resources/well-plate-template.png");
icon.setDevicePixelRatio(devicePixelRatio());
positionGraphic->setPixmap(icon.scaled(200, 200, Qt::KeepAspectRatio, Qt::SmoothTransformation));
}
Expand Down
11 changes: 9 additions & 2 deletions resources.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@
<file>Resources/se3d-circle-logo.svg</file>
<file>resources/rebel-logo-normal.svg</file>
<file>resources/science-logo.svg</file>
<file>temp resources/well-plate-template.png</file>
<file>temp resources/petri-template.png</file>
<file>resources/eye.svg</file>
<file>resources/template-1.png</file>
<file>resources/template-2.png</file>
<file>resources/template-3.png</file>
<file>resources/template-4.png</file>
<file>resources/template5.png</file>
<file>resources/custom-template.png</file>
<file>resources/petri-template.png</file>
<file>resources/well-plate-template.png</file>
</qresource>
</RCC>
Binary file renamed temp resources/.DS_Store → resources/.DS_Store
Binary file not shown.
File renamed without changes
Binary file added resources/gcg-gui.iconset/icon_128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/gcg-gui.iconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/gcg-gui.iconset/icon_16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/gcg-gui.iconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/gcg-gui.iconset/icon_256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/gcg-gui.iconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/gcg-gui.iconset/icon_32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/gcg-gui.iconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/gcg-gui.iconset/icon_512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/gcg-gui.iconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/icon.icns
Binary file not shown.
File renamed without changes
Binary file added resources/template-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/template-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/template-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/template-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/template5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file removed temp resources/SE3D Logos/.DS_Store
Binary file not shown.
732 changes: 0 additions & 732 deletions temp resources/SE3D Logos/Icons and logo.ai

This file was deleted.

1 change: 0 additions & 1 deletion temp resources/SE3D Logos/Icons and logo.svg

This file was deleted.

Binary file removed temp resources/SE3D Logos/r3bel2.ai
Binary file not shown.
Binary file removed temp resources/SE3D Logos/se3d_large.jpg
Binary file not shown.
Binary file removed temp resources/SE3D Logos/se3d_largeweb.gif
Binary file not shown.
Binary file removed temp resources/SE3D Logos/se3d_small.jpg
Binary file not shown.
7,035 changes: 0 additions & 7,035 deletions temp resources/SE3D Logos/se3d_worklogo.ai

This file was deleted.

Binary file removed temp resources/bed.png
Binary file not shown.
Binary file removed temp resources/old template pics/.DS_Store
Binary file not shown.
Binary file removed temp resources/old template pics/raws/.DS_Store
Binary file not shown.
Binary file removed temp resources/old template pics/raws/template-1.png
Binary file not shown.
Binary file removed temp resources/old template pics/raws/template-2.png
Binary file not shown.
Binary file removed temp resources/old template pics/raws/template-3.png
Diff not rendered.
Binary file removed temp resources/old template pics/raws/template-4.png
Diff not rendered.
Binary file removed temp resources/old template pics/raws/template-5.png
Diff not rendered.
Binary file removed temp resources/old template pics/ss/.DS_Store
Binary file not shown.
Binary file removed temp resources/old template pics/ss/template-1.png
Diff not rendered.
Binary file removed temp resources/old template pics/ss/template-2.png
Diff not rendered.
Binary file removed temp resources/old template pics/ss/template-3.png
Diff not rendered.
Binary file removed temp resources/old template pics/ss/template-4.png
Diff not rendered.
Binary file removed temp resources/old template pics/ss/template-5.png
Diff not rendered.
Binary file removed temp resources/oliver logos/.DS_Store
Binary file not shown.
112 changes: 0 additions & 112 deletions temp resources/oliver logos/3x3-petri-big.svg
Diff not rendered.
112 changes: 0 additions & 112 deletions temp resources/oliver logos/3x3-petri-medium.svg
Diff not rendered.
Loading

0 comments on commit 1b72fa2

Please sign in to comment.