Added some more icons.

This commit is contained in:
Bastian Kleineidam 2010-11-06 13:43:34 +01:00
parent 532a4cf4e9
commit 0e5d76617e
8 changed files with 44 additions and 6 deletions

View file

@ -120,7 +120,6 @@ class LinkCheckerMain (QtGui.QMainWindow, Ui_MainWindow):
self.treeView.setColumnWidth(1, 200)
self.treeView.setColumnWidth(2, 200)
self.treeView.setColumnWidth(3, 150)
#self.setForeground(4, QtGui.QBrush(url_item.color))
self.treeView.setSortingEnabled(True)
self.treeView.sortByColumn(0, QtCore.Qt.AscendingOrder)
self.num = 0

View file

@ -2,7 +2,7 @@
# base directory of oxygen icon set checkout
OXYGEN = $(HOME)/src/oxygen-gitsvn/16x16
CRYSTAL = $(HOME)/src/crystal_project
#CRYSTAL = $(HOME)/src/crystal_project
ICONS = \
cancel.png \
@ -11,12 +11,15 @@ ICONS = \
preferences.png \
start.png \
stop.png \
app.png
about.png \
help.png \
exit.png \
copy.png
all: $(ICONS)
app.png: $(CRYSTAL)/16x16/apps/agt_web.png
cp $< $@
#app.png: $(CRYSTAL)/16x16/apps/agt_web.png
# cp $< $@
start.png: $(OXYGEN)/actions/media-playback-start.png
cp $< $@
@ -27,6 +30,18 @@ stop.png: $(OXYGEN)/actions/media-playback-stop.png
cancel.png: $(OXYGEN)/actions/process-stop.png
cp $< $@
about.png: $(OXYGEN)/actions/help-about.png
cp $< $@
help.png: $(OXYGEN)/actions/help-contents.png
cp $< $@
exit.png: $(OXYGEN)/actions/application-exit.png
cp $< $@
copy.png: $(OXYGEN)/actions/edit-copy.png
cp $< $@
online.png: $(OXYGEN)/actions/document-open-remote.png
cp $< $@

BIN
linkcheck/gui/rc/about.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 734 B

BIN
linkcheck/gui/rc/copy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 485 B

BIN
linkcheck/gui/rc/exit.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 842 B

BIN
linkcheck/gui/rc/help.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 684 B

View file

@ -1,5 +1,9 @@
<RCC>
<qresource prefix="icons" >
<qresource prefix="icons">
<file>copy.png</file>
<file>about.png</file>
<file>help.png</file>
<file>exit.png</file>
<file>online.png</file>
<file>app.png</file>
<file>cancel.png</file>

View file

@ -146,6 +146,10 @@
</widget>
<widget class="QStatusBar" name="statusBar"/>
<action name="actionQuit">
<property name="icon">
<iconset resource="../rc/linkchecker.qrc">
<normaloff>:/icons/exit.png</normaloff>:/icons/exit.png</iconset>
</property>
<property name="text">
<string>Quit</string>
</property>
@ -154,11 +158,19 @@
</property>
</action>
<action name="actionAbout">
<property name="icon">
<iconset resource="../rc/linkchecker.qrc">
<normaloff>:/icons/about.png</normaloff>:/icons/about.png</iconset>
</property>
<property name="text">
<string>About</string>
</property>
</action>
<action name="actionHelp">
<property name="icon">
<iconset resource="../rc/linkchecker.qrc">
<normaloff>:/icons/help.png</normaloff>:/icons/help.png</iconset>
</property>
<property name="text">
<string>Help</string>
</property>
@ -176,11 +188,19 @@
</property>
</action>
<action name="actionOptions">
<property name="icon">
<iconset resource="../rc/linkchecker.qrc">
<normaloff>:/icons/preferences.png</normaloff>:/icons/preferences.png</iconset>
</property>
<property name="text">
<string>Options</string>
</property>
</action>
<action name="actionCopyToClipboard">
<property name="icon">
<iconset resource="../rc/linkchecker.qrc">
<normaloff>:/icons/copy.png</normaloff>:/icons/copy.png</iconset>
</property>
<property name="text">
<string>Copy to clipboard</string>
</property>