Skip to content

Commit

Permalink
Update propterm resource file location
Browse files Browse the repository at this point in the history
  • Loading branch information
bweir committed Nov 7, 2015
1 parent 507f92e commit 80daf29
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/propterm/lib/propterm.ui
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<string/>
</property>
<property name="pixmap">
<pixmap>:/icons/propterm/led-green.png</pixmap>
<pixmap resource="../icons/propterm/propterm.qrc">:/icons/propterm/led-green.png</pixmap>
</property>
</widget>
</item>
Expand Down Expand Up @@ -216,7 +216,7 @@
<string/>
</property>
<property name="pixmap">
<pixmap>:/icons/propterm/led-red.png</pixmap>
<pixmap resource="../icons/propterm/propterm.qrc">:/icons/propterm/led-red.png</pixmap>
</property>
</widget>
</item>
Expand All @@ -232,7 +232,7 @@
<string/>
</property>
<property name="pixmap">
<pixmap>:/icons/propterm/led-blue.png</pixmap>
<pixmap resource="../icons/propterm/propterm.qrc">:/icons/propterm/led-blue.png</pixmap>
</property>
</widget>
</item>
Expand Down Expand Up @@ -694,9 +694,6 @@
<family>Droid Sans Mono</family>
</font>
</property>
<property name="placeholderText">
<string>Enter text to send...</string>
</property>
</widget>
</item>
<item>
Expand All @@ -718,7 +715,7 @@
</customwidget>
</customwidgets>
<resources>
<include location="icons/propterm/propterm.qrc"/>
<include location="../icons/propterm/propterm.qrc"/>
</resources>
<connections/>
</ui>

0 comments on commit 80daf29

Please sign in to comment.