|
@@ -148,7 +148,11 @@ In today's laboratory experience you will design and implement simple image proc
|
148
|
148
|
|
149
|
149
|
#### Instructions:
|
150
|
150
|
|
151
|
|
-1. Load the Qt project called `SimpleImageEditor` by double-clicking on the `SimpleImageEditor.pro` file in the `Documents/eip/Arrays-SimpleImageEditor` folder of your computer. You may also go to `http://bitbucket.org/eip-uprrp/arrays-simpleimageeditor` to download the `Arrays-SimpleImageEditor` folder to your computer.
|
|
151
|
+1. Load the project `SimpleImageEditor` into `QtCreator`. There are two ways to do this:
|
|
152
|
+
|
|
153
|
+ * Using the virtual machine: Double click the file `SimpleImageEditor.pro` located in the folder `/home/eip/labs/arrays-simpleimageeditor` of your virtual machine.
|
|
154
|
+ * Downloading the project’s folder from `Bitbucket`: Use a terminal and write the command `git clone http:/bitbucket.org/eip-uprrp/arrays-simpleimageeditor` to download the folder `arrays-simpleimageeditor` from `Bitbucket`. Double click the file `SimpleImageEditor.pro` located in the folder that you downloaded to your computer.
|
|
155
|
+
|
152
|
156
|
|
153
|
157
|
2. The code that we provide creates the interface in Figure 2.
|
154
|
158
|
|