diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-19 15:47:55 +0100 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-19 15:47:55 +0100 | 
| commit | c49530ad99720fa638191db667610542bec3c696 (patch) | |
| tree | 4ca5e9ee55b8d88ba3ddac755dd6a22623f09d32 /tracker-pt | |
| parent | a19ca8b4f37a5df277007e57e97ae2a89df5de9e (diff) | |
tracker/pt: fix .qrc file location
Diffstat (limited to 'tracker-pt')
| -rw-r--r-- | tracker-pt/FTNoIR_PT_Controls.ui | 15 | 
1 files changed, 8 insertions, 7 deletions
| diff --git a/tracker-pt/FTNoIR_PT_Controls.ui b/tracker-pt/FTNoIR_PT_Controls.ui index 61211b6d..6e60eef2 100644 --- a/tracker-pt/FTNoIR_PT_Controls.ui +++ b/tracker-pt/FTNoIR_PT_Controls.ui @@ -23,7 +23,7 @@     <string>PointTracker Settings</string>    </property>    <property name="windowIcon"> -   <iconset resource="tracker_pt_base.qrc"> +   <iconset resource="module/tracker_pt.qrc">      <normaloff>:/Resources/Logo_IR.png</normaloff>:/Resources/Logo_IR.png</iconset>    </property>    <property name="layoutDirection"> @@ -720,7 +720,7 @@                 <string/>                </property>                <property name="pixmap"> -               <pixmap resource="ftnoir_tracker_pt.qrc">:/Resources/clip_side.png</pixmap> +               <pixmap resource="tracker_pt_base.qrc">:/Resources/clip_side.png</pixmap>                </property>               </widget>               <widget class="QLabel" name="label_50"> @@ -800,7 +800,7 @@                 <string/>                </property>                <property name="pixmap"> -               <pixmap resource="ftnoir_tracker_pt.qrc">:/Resources/clip_front.png</pixmap> +               <pixmap resource="tracker_pt_base.qrc">:/Resources/clip_front.png</pixmap>                </property>               </widget>              </widget> @@ -836,7 +836,7 @@                 <string/>                </property>                <property name="pixmap"> -               <pixmap resource="ftnoir_tracker_pt.qrc">:/Resources/cap_side.png</pixmap> +               <pixmap resource="tracker_pt_base.qrc">:/Resources/cap_side.png</pixmap>                </property>               </widget>               <widget class="QLabel" name="label_48"> @@ -884,7 +884,7 @@                 <string/>                </property>                <property name="pixmap"> -               <pixmap resource="ftnoir_tracker_pt.qrc">:/Resources/cap_front.png</pixmap> +               <pixmap resource="tracker_pt_base.qrc">:/Resources/cap_front.png</pixmap>                </property>               </widget>               <widget class="QSpinBox" name="cap_width_spin"> @@ -1344,7 +1344,7 @@ Don't roll or change position.</string>            <string/>           </property>           <property name="pixmap"> -          <pixmap resource="ftnoir_tracker_pt.qrc">:/Resources/Logo_IR.png</pixmap> +          <pixmap resource="module/tracker_pt.qrc">:/Resources/Logo_IR.png</pixmap>           </property>           <property name="alignment">            <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> @@ -1405,7 +1405,8 @@ Don't roll or change position.</string>    <tabstop>tcalib_button</tabstop>   </tabstops>   <resources> -  <include location="ftnoir_tracker_pt.qrc"/> +  <include location="module/tracker_pt.qrc"/> +  <include location="tracker_pt_base.qrc"/>   </resources>   <connections/>   <slots> | 
