Fixing relative paths in designer files
Former-commit-id: ff9600ad22645d9ede951b7e1b219e2ba574939f
This commit is contained in:
parent
c206913354
commit
d9102ad823
@ -22,7 +22,7 @@
|
|||||||
<string/>
|
<string/>
|
||||||
</property>
|
</property>
|
||||||
<property name="pixmap">
|
<property name="pixmap">
|
||||||
<pixmap resource="../../../../../mnt/izumi/projects/yomichan/ui/resources.qrc">:/img/img/icon_logo_64.png</pixmap>
|
<pixmap resource="resources.qrc">:/img/img/icon_logo_64.png</pixmap>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -818,7 +818,7 @@ Public License instead of this License. But first, please read
|
|||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<resources>
|
<resources>
|
||||||
<include location="../../../../../mnt/izumi/projects/yomichan/ui/resources.qrc"/>
|
<include location="resources.qrc"/>
|
||||||
</resources>
|
</resources>
|
||||||
<connections>
|
<connections>
|
||||||
<connection>
|
<connection>
|
||||||
|
@ -280,7 +280,7 @@
|
|||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<resources>
|
<resources>
|
||||||
<include location="../../../../../mnt/izumi/projects/yomichan/ui/resources.qrc"/>
|
<include location="resources.qrc"/>
|
||||||
</resources>
|
</resources>
|
||||||
<connections>
|
<connections>
|
||||||
<connection>
|
<connection>
|
||||||
|
24
ui/reader.ui
24
ui/reader.ui
@ -17,7 +17,7 @@
|
|||||||
<string>Yomichan</string>
|
<string>Yomichan</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowIcon">
|
<property name="windowIcon">
|
||||||
<iconset resource="../../../../../mnt/izumi/projects/yomichan/ui/resources.qrc">
|
<iconset resource="resources.qrc">
|
||||||
<normaloff>:/img/img/icon_logo_32.png</normaloff>:/img/img/icon_logo_32.png</iconset>
|
<normaloff>:/img/img/icon_logo_32.png</normaloff>:/img/img/icon_logo_32.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="centralwidget">
|
<widget class="QWidget" name="centralwidget">
|
||||||
@ -249,7 +249,7 @@
|
|||||||
</widget>
|
</widget>
|
||||||
<action name="actionOpen">
|
<action name="actionOpen">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset resource="../../../../../mnt/izumi/projects/yomichan/ui/resources.qrc">
|
<iconset resource="resources.qrc">
|
||||||
<normaloff>:/img/img/icon_action_open.png</normaloff>:/img/img/icon_action_open.png</iconset>
|
<normaloff>:/img/img/icon_action_open.png</normaloff>:/img/img/icon_action_open.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@ -267,7 +267,7 @@
|
|||||||
</action>
|
</action>
|
||||||
<action name="actionQuit">
|
<action name="actionQuit">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset resource="../../../../../mnt/izumi/projects/yomichan/ui/resources.qrc">
|
<iconset resource="resources.qrc">
|
||||||
<normaloff>:/img/img/icon_action_quit.png</normaloff>:/img/img/icon_action_quit.png</iconset>
|
<normaloff>:/img/img/icon_action_quit.png</normaloff>:/img/img/icon_action_quit.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@ -285,7 +285,7 @@
|
|||||||
</action>
|
</action>
|
||||||
<action name="actionPreferences">
|
<action name="actionPreferences">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset resource="../../../../../mnt/izumi/projects/yomichan/ui/resources.qrc">
|
<iconset resource="resources.qrc">
|
||||||
<normaloff>:/img/img/icon_action_preferences.png</normaloff>:/img/img/icon_action_preferences.png</iconset>
|
<normaloff>:/img/img/icon_action_preferences.png</normaloff>:/img/img/icon_action_preferences.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@ -300,7 +300,7 @@
|
|||||||
</action>
|
</action>
|
||||||
<action name="actionAbout">
|
<action name="actionAbout">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset resource="../../../../../mnt/izumi/projects/yomichan/ui/resources.qrc">
|
<iconset resource="resources.qrc">
|
||||||
<normaloff>:/img/img/icon_action_about.png</normaloff>:/img/img/icon_action_about.png</iconset>
|
<normaloff>:/img/img/icon_action_about.png</normaloff>:/img/img/icon_action_about.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@ -318,7 +318,7 @@
|
|||||||
</action>
|
</action>
|
||||||
<action name="actionZoomIn">
|
<action name="actionZoomIn">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset resource="../../../../../mnt/izumi/projects/yomichan/ui/resources.qrc">
|
<iconset resource="resources.qrc">
|
||||||
<normaloff>:/img/img/icon_action_zoom_in.png</normaloff>:/img/img/icon_action_zoom_in.png</iconset>
|
<normaloff>:/img/img/icon_action_zoom_in.png</normaloff>:/img/img/icon_action_zoom_in.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@ -333,7 +333,7 @@
|
|||||||
</action>
|
</action>
|
||||||
<action name="actionZoomOut">
|
<action name="actionZoomOut">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset resource="../../../../../mnt/izumi/projects/yomichan/ui/resources.qrc">
|
<iconset resource="resources.qrc">
|
||||||
<normaloff>:/img/img/icon_action_zoom_out.png</normaloff>:/img/img/icon_action_zoom_out.png</iconset>
|
<normaloff>:/img/img/icon_action_zoom_out.png</normaloff>:/img/img/icon_action_zoom_out.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@ -348,7 +348,7 @@
|
|||||||
</action>
|
</action>
|
||||||
<action name="actionZoomReset">
|
<action name="actionZoomReset">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset resource="../../../../../mnt/izumi/projects/yomichan/ui/resources.qrc">
|
<iconset resource="resources.qrc">
|
||||||
<normaloff>:/img/img/icon_action_zoom_reset.png</normaloff>:/img/img/icon_action_zoom_reset.png</iconset>
|
<normaloff>:/img/img/icon_action_zoom_reset.png</normaloff>:/img/img/icon_action_zoom_reset.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@ -366,7 +366,7 @@
|
|||||||
</action>
|
</action>
|
||||||
<action name="actionFind">
|
<action name="actionFind">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset resource="../../../../../mnt/izumi/projects/yomichan/ui/resources.qrc">
|
<iconset resource="resources.qrc">
|
||||||
<normaloff>:/img/img/icon_action_find.png</normaloff>:/img/img/icon_action_find.png</iconset>
|
<normaloff>:/img/img/icon_action_find.png</normaloff>:/img/img/icon_action_find.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@ -420,7 +420,7 @@
|
|||||||
</action>
|
</action>
|
||||||
<action name="actionHomepage">
|
<action name="actionHomepage">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset resource="../../../../../mnt/izumi/projects/yomichan/ui/resources.qrc">
|
<iconset resource="resources.qrc">
|
||||||
<normaloff>:/img/img/icon_action_homepage.png</normaloff>:/img/img/icon_action_homepage.png</iconset>
|
<normaloff>:/img/img/icon_action_homepage.png</normaloff>:/img/img/icon_action_homepage.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@ -443,7 +443,7 @@
|
|||||||
</action>
|
</action>
|
||||||
<action name="actionFeedback">
|
<action name="actionFeedback">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset resource="../../../../../mnt/izumi/projects/yomichan/ui/resources.qrc">
|
<iconset resource="resources.qrc">
|
||||||
<normaloff>:/img/img/icon_action_feedback.png</normaloff>:/img/img/icon_action_feedback.png</iconset>
|
<normaloff>:/img/img/icon_action_feedback.png</normaloff>:/img/img/icon_action_feedback.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@ -460,7 +460,7 @@
|
|||||||
</action>
|
</action>
|
||||||
</widget>
|
</widget>
|
||||||
<resources>
|
<resources>
|
||||||
<include location="../../../../../mnt/izumi/projects/yomichan/ui/resources.qrc"/>
|
<include location="resources.qrc"/>
|
||||||
</resources>
|
</resources>
|
||||||
<connections>
|
<connections>
|
||||||
<connection>
|
<connection>
|
||||||
|
Loading…
Reference in New Issue
Block a user