Do some minor cleanup.

- Move a GUI-only implementation class around.
- Make some strings non-translatable which don't make sense translating.
- Rename internal state in installation class. There is no current build
  anymore.

Change-Id: I7384c5601de36bc48f858fe5c7b009653d439d94
This commit is contained in:
Dominik Riebeling 2012-07-01 15:02:32 +02:00
parent b7931594f9
commit e7fdf80c17
8 changed files with 14 additions and 14 deletions

View file

@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
<string>Info</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
@ -31,7 +31,7 @@
<widget class="QTreeWidget" name="treeInfo">
<column>
<property name="text">
<string>1</string>
<string>Package</string>
</property>
</column>
</widget>