close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
May 11, 2010, 6:12:12 PM (15 years ago)
- Author:
-
waue
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v1
|
|
| 1 | list.xml + Lazybuntu.py |
| 2 | * list.xml 為 left.pane 與 right.pane 中內容的敘述, |
| 3 | * Lazybuntu.py 中 用 xmlreader() 來讀取list.xml ,其中還要判斷是tag的開始、亦或tag結束,有不同的function在處理;並用toollistwidget() 依 list.xml 的項目來繪出圖形 |
| 4 | * 其中安裝遊戲時,因為遊戲中還有分類,故 right.pane 會在匯入 game.xml ,變成共有三欄的畫面 |
| 5 | * MainWin 產生主要的page |
| 6 | * left.pane 與 right.pane 都是依xml 動態產生資料 |
| 7 | |
| 8 | * 改寫 lazybuntu 的架構可快速產生類似功能的面板,但適用於選項較單純的應用(used = 1 or 0),若選項中有 textbox , itembox, inputbox 則需要克服複雜性資料的問題 |