Skip to content

Commit 299dbcc

Browse files
committed
Addons: fix the resource location
1 parent b478174 commit 299dbcc

9 files changed

Lines changed: 29 additions & 29 deletions

File tree

addons/src/bhc/bhcdialog.ui

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<string>&amp;Compute</string>
6565
</property>
6666
<property name="icon">
67-
<iconset resource="../../../src-common/application.qrc">
67+
<iconset resource="../../../gcodeshared/application.qrc">
6868
<normaloff>:/images/funct.png</normaloff>:/images/funct.png</iconset>
6969
</property>
7070
</widget>
@@ -88,7 +88,7 @@
8888
<string>Cl&amp;ose</string>
8989
</property>
9090
<property name="icon">
91-
<iconset resource="../../../src-common/application.qrc">
91+
<iconset resource="../../../gcodeshared/application.qrc">
9292
<normaloff>:/images/window-close.png</normaloff>:/images/window-close.png</iconset>
9393
</property>
9494
</widget>
@@ -112,7 +112,7 @@
112112
<string>Clear &amp;All</string>
113113
</property>
114114
<property name="icon">
115-
<iconset resource="../../../src-common/application.qrc">
115+
<iconset resource="../../../gcodeshared/application.qrc">
116116
<normaloff>:/images/cleanup.png</normaloff>:/images/cleanup.png</iconset>
117117
</property>
118118
</widget>
@@ -135,7 +135,7 @@
135135
</layout>
136136
</widget>
137137
<resources>
138-
<include location="../../../src-common/application.qrc"/>
138+
<include location="../../../gcodeshared/application.qrc"/>
139139
</resources>
140140
<connections/>
141141
</ui>

addons/src/chamfer/chamferdialog.ui

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<string/>
2929
</property>
3030
<property name="pixmap">
31-
<pixmap resource="../../../src-common/application.qrc">:/images/chamfer_big.png</pixmap>
31+
<pixmap resource="../../../gcodeshared/application.qrc">:/images/chamfer_big.png</pixmap>
3232
</property>
3333
</widget>
3434
</item>
@@ -153,7 +153,7 @@
153153
<string>C&amp;ompute</string>
154154
</property>
155155
<property name="icon">
156-
<iconset resource="../../../src-common/application.qrc">
156+
<iconset resource="../../../gcodeshared/application.qrc">
157157
<normaloff>:/images/funct.png</normaloff>:/images/funct.png</iconset>
158158
</property>
159159
<property name="default">
@@ -180,7 +180,7 @@
180180
<string>&amp;Close</string>
181181
</property>
182182
<property name="icon">
183-
<iconset resource="../../../src-common/application.qrc">
183+
<iconset resource="../../../gcodeshared/application.qrc">
184184
<normaloff>:/images/window-close.png</normaloff>:/images/window-close.png</iconset>
185185
</property>
186186
<property name="autoDefault">
@@ -206,7 +206,7 @@
206206
</layout>
207207
</widget>
208208
<resources>
209-
<include location="../../../src-common/application.qrc"/>
209+
<include location="../../../gcodeshared/application.qrc"/>
210210
</resources>
211211
<connections/>
212212
</ui>

addons/src/cleanup/cleanupdialog.ui

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<string>Remove text using regular expressions</string>
1818
</property>
1919
<property name="windowIcon">
20-
<iconset resource="../../../src-common/application.qrc">
20+
<iconset resource="../../../gcodeshared/application.qrc">
2121
<normaloff>:/images/cleanup.png</normaloff>:/images/cleanup.png</iconset>
2222
</property>
2323
<property name="modal">
@@ -126,7 +126,7 @@
126126
<string>&amp;Cancel</string>
127127
</property>
128128
<property name="icon">
129-
<iconset resource="../../../src-common/application.qrc">
129+
<iconset resource="../../../gcodeshared/application.qrc">
130130
<normaloff>:/images/cancel.png</normaloff>:/images/cancel.png</iconset>
131131
</property>
132132
<property name="autoDefault">
@@ -152,7 +152,7 @@
152152
</layout>
153153
</widget>
154154
<resources>
155-
<include location="../../../src-common/application.qrc"/>
155+
<include location="../../../gcodeshared/application.qrc"/>
156156
</resources>
157157
<connections/>
158158
</ui>

addons/src/dot/dotdialog.ui

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<string>&amp;Start</string>
9797
</property>
9898
<property name="icon">
99-
<iconset resource="../../../src-common/application.qrc">
99+
<iconset resource="../../../gcodeshared/application.qrc">
100100
<normaloff>:/images/start.png</normaloff>:/images/start.png</iconset>
101101
</property>
102102
<property name="default">
@@ -123,7 +123,7 @@
123123
<string>&amp;Cancel</string>
124124
</property>
125125
<property name="icon">
126-
<iconset resource="../../../src-common/application.qrc">
126+
<iconset resource="../../../gcodeshared/application.qrc">
127127
<normaloff>:/images/cancel.png</normaloff>:/images/cancel.png</iconset>
128128
</property>
129129
<property name="autoDefault">
@@ -149,7 +149,7 @@
149149
</layout>
150150
</widget>
151151
<resources>
152-
<include location="../../../src-common/application.qrc"/>
152+
<include location="../../../gcodeshared/application.qrc"/>
153153
</resources>
154154
<connections/>
155155
</ui>

addons/src/feeds/feedsdialog.ui

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
<string>&amp;S, F</string>
293293
</property>
294294
<property name="icon">
295-
<iconset resource="../../../src-common/application.qrc">
295+
<iconset resource="../../../gcodeshared/application.qrc">
296296
<normaloff>:/images/funct.png</normaloff>:/images/funct.png</iconset>
297297
</property>
298298
<property name="autoDefault">
@@ -319,7 +319,7 @@
319319
<string>Cl&amp;ose</string>
320320
</property>
321321
<property name="icon">
322-
<iconset resource="../../../src-common/application.qrc">
322+
<iconset resource="../../../gcodeshared/application.qrc">
323323
<normaloff>:/images/window-close.png</normaloff>:/images/window-close.png</iconset>
324324
</property>
325325
<property name="autoDefault">
@@ -352,7 +352,7 @@
352352
<string>&amp;Vc, Fz</string>
353353
</property>
354354
<property name="icon">
355-
<iconset resource="../../../src-common/application.qrc">
355+
<iconset resource="../../../gcodeshared/application.qrc">
356356
<normaloff>:/images/funct.png</normaloff>:/images/funct.png</iconset>
357357
</property>
358358
<property name="autoDefault">
@@ -378,7 +378,7 @@
378378
</layout>
379379
</widget>
380380
<resources>
381-
<include location="../../../src-common/application.qrc"/>
381+
<include location="../../../gcodeshared/application.qrc"/>
382382
</resources>
383383
<connections/>
384384
</ui>

addons/src/i2m/i2mdialog.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
<string>&amp;Close</string>
158158
</property>
159159
<property name="icon">
160-
<iconset resource="../../../src-common/application.qrc">
160+
<iconset resource="../../../gcodeshared/application.qrc">
161161
<normaloff>:/images/window-close.png</normaloff>:/images/window-close.png</iconset>
162162
</property>
163163
<property name="autoDefault">
@@ -183,7 +183,7 @@
183183
</layout>
184184
</widget>
185185
<resources>
186-
<include location="../../../src-common/application.qrc"/>
186+
<include location="../../../gcodeshared/application.qrc"/>
187187
</resources>
188188
<connections/>
189189
</ui>

addons/src/i2mprog/i2mprogdialog.ui

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<string>&amp;Start</string>
138138
</property>
139139
<property name="icon">
140-
<iconset resource="../../../src-common/application.qrc">
140+
<iconset resource="../../../gcodeshared/application.qrc">
141141
<normaloff>:/images/start.png</normaloff>:/images/start.png</iconset>
142142
</property>
143143
</widget>
@@ -161,7 +161,7 @@
161161
<string>&amp;Cancel</string>
162162
</property>
163163
<property name="icon">
164-
<iconset resource="../../../src-common/application.qrc">
164+
<iconset resource="../../../gcodeshared/application.qrc">
165165
<normaloff>:/images/cancel.png</normaloff>:/images/cancel.png</iconset>
166166
</property>
167167
</widget>
@@ -184,7 +184,7 @@
184184
</layout>
185185
</widget>
186186
<resources>
187-
<include location="../../../src-common/application.qrc"/>
187+
<include location="../../../gcodeshared/application.qrc"/>
188188
</resources>
189189
<connections/>
190190
</ui>

addons/src/swapaxes/swapaxesdialog.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<string>Swap/modify axes</string>
2121
</property>
2222
<property name="windowIcon">
23-
<iconset resource="../../../src-common/application.qrc">
23+
<iconset resource="../../../gcodeshared/application.qrc">
2424
<normaloff>:/images/swapaxes.png</normaloff>:/images/swapaxes.png</iconset>
2525
</property>
2626
<property name="sizeGripEnabled">
@@ -468,7 +468,7 @@
468468
<tabstop>buttonBox</tabstop>
469469
</tabstops>
470470
<resources>
471-
<include location="../../../src-common/application.qrc"/>
471+
<include location="../../../gcodeshared/application.qrc"/>
472472
</resources>
473473
<connections>
474474
<connection>

addons/src/triangle/triangledialog.ui

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<string/>
3838
</property>
3939
<property name="pixmap">
40-
<pixmap resource="../../../src-common/application.qrc">:/images/trig.png</pixmap>
40+
<pixmap resource="../../../gcodeshared/application.qrc">:/images/trig.png</pixmap>
4141
</property>
4242
</widget>
4343
</item>
@@ -225,7 +225,7 @@
225225
<string>&amp;Compute</string>
226226
</property>
227227
<property name="icon">
228-
<iconset resource="../../../src-common/application.qrc">
228+
<iconset resource="../../../gcodeshared/application.qrc">
229229
<normaloff>:/images/funct.png</normaloff>:/images/funct.png</iconset>
230230
</property>
231231
<property name="default">
@@ -252,7 +252,7 @@
252252
<string>Cl&amp;ose</string>
253253
</property>
254254
<property name="icon">
255-
<iconset resource="../../../src-common/application.qrc">
255+
<iconset resource="../../../gcodeshared/application.qrc">
256256
<normaloff>:/images/window-close.png</normaloff>:/images/window-close.png</iconset>
257257
</property>
258258
<property name="autoDefault">
@@ -295,7 +295,7 @@
295295
<tabstop>closeButton</tabstop>
296296
</tabstops>
297297
<resources>
298-
<include location="../../../src-common/application.qrc"/>
298+
<include location="../../../gcodeshared/application.qrc"/>
299299
</resources>
300300
<connections/>
301301
</ui>

0 commit comments

Comments
 (0)