瀏覽代碼

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 年之前
父節點
當前提交
1b2d8ea481
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4
    4
      README-en.md

+ 4
- 4
README-en.md 查看文件

@@ -313,13 +313,13 @@ In this exercise you will create objects of the `Bird` class using the default c
313 313
 
314 314
 3. Use the setters `setSize(int size)`, `setFaceColor(Qstring color)`, `setEyeColor(Qstring color)`, and `setEyebrow(EyeBrowType)` so that `abelardo` looks as in Figure 2  (its size is 200).
315 315
 
316
-  ---
316
+      ---
317 317
 
318
-  ![figure2.png](images/figure2.png)
318
+      ![figure2.png](images/figure2.png)
319 319
 
320
-  **Figure 2.** Abelardo.
320
+      **Figure 2.** Abelardo.
321 321
 
322
-  ---
322
+      ---
323 323
 
324 324
 4. Create another object of class Bird called `piolin` that has a blue face, green eyes and UNI eyebrows invoking the constructor `Bird(int size, EyeBrowType brow, QString faceColor, QString eyeColor, QWidget *parent = 0)`. Its size should be half of `abelardo`'s. Add it to the same window where `abelardo` is being displayed by using `w.addBird(300, 100, piolin)`, to obtain an image like the one in Figure 3
325 325