diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2019-05-25 00:32:55 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-05-25 00:32:55 +0200 | 
| commit | 7207280aa225897cc271ad3f2d9f7890de716336 (patch) | |
| tree | 49b4e60eab0ce94caba981c0a5dc5ca5f938f42b /opentrack | |
| parent | 1579a97c480578dcd14691cd3e40f56fd508204e (diff) | |
opentrack: fix .qrc path in main window
Diffstat (limited to 'opentrack')
| -rw-r--r-- | opentrack/main-window.ui | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/opentrack/main-window.ui b/opentrack/main-window.ui index 7aab90e8..52b522ca 100644 --- a/opentrack/main-window.ui +++ b/opentrack/main-window.ui @@ -12,7 +12,7 @@     </rect>    </property>    <property name="windowIcon"> -   <iconset resource="../../gui/opentrack-res.qrc"> +   <iconset resource="../gui/opentrack-res.qrc">      <normaloff>:/images/opentrack.png</normaloff>:/images/opentrack.png</iconset>    </property>    <property name="styleSheet"> @@ -183,7 +183,7 @@                 <string/>                </property>                <property name="pixmap"> -               <pixmap resource="../../gui/opentrack-res.qrc">:/images/tracking-not-started.png</pixmap> +               <pixmap resource="../gui/opentrack-res.qrc">:/images/tracking-not-started.png</pixmap>                </property>                <property name="scaledContents">                 <bool>false</bool> @@ -1077,7 +1077,7 @@                  <string>Options</string>                 </property>                 <property name="icon"> -                <iconset resource="../../gui/opentrack-res.qrc"> +                <iconset resource="../gui/opentrack-res.qrc">                   <normaloff>:/images/tools.png</normaloff>:/images/tools.png</iconset>                 </property>                 <property name="iconSize"> @@ -1100,7 +1100,7 @@                  <string>Mapping</string>                 </property>                 <property name="icon"> -                <iconset resource="../../gui/opentrack-res.qrc"> +                <iconset resource="../gui/opentrack-res.qrc">                   <normaloff>:/images/curves.png</normaloff>:/images/curves.png</iconset>                 </property>                 <property name="iconSize"> @@ -1453,7 +1453,7 @@    <tabstop>btnEditCurves</tabstop>   </tabstops>   <resources> -  <include location="../../gui/opentrack-res.qrc"/> +  <include location="../gui/opentrack-res.qrc"/>   </resources>   <connections/>  </ui>  | 
