not1mm 25.4.1__py3-none-any.whl → 25.4.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
not1mm/data/bandmap.ui CHANGED
@@ -65,6 +65,9 @@
65
65
  <property name="focusPolicy">
66
66
  <enum>Qt::NoFocus</enum>
67
67
  </property>
68
+ <property name="toolTip">
69
+ <string>Connect to DX cluster.</string>
70
+ </property>
68
71
  <property name="accessibleName">
69
72
  <string>connect</string>
70
73
  </property>
@@ -97,8 +100,8 @@
97
100
  <rect>
98
101
  <x>0</x>
99
102
  <y>0</y>
100
- <width>326</width>
101
- <height>512</height>
103
+ <width>328</width>
104
+ <height>565</height>
102
105
  </rect>
103
106
  </property>
104
107
  <property name="font">
@@ -144,21 +147,24 @@
144
147
  </property>
145
148
  <item>
146
149
  <widget class="QPushButton" name="clearButton">
150
+ <property name="maximumSize">
151
+ <size>
152
+ <width>1110</width>
153
+ <height>27</height>
154
+ </size>
155
+ </property>
147
156
  <property name="focusPolicy">
148
157
  <enum>Qt::NoFocus</enum>
149
158
  </property>
159
+ <property name="toolTip">
160
+ <string>Erase All Spots</string>
161
+ </property>
150
162
  <property name="accessibleName">
151
163
  <string>clear spots</string>
152
164
  </property>
153
165
  <property name="accessibleDescription">
154
166
  <string>clear spots</string>
155
167
  </property>
156
- <property name="maximumSize">
157
- <size>
158
- <width>1110</width>
159
- <height>27</height>
160
- </size>
161
- </property>
162
168
  <property name="text">
163
169
  <string>🗑 Spots</string>
164
170
  </property>
@@ -174,13 +180,16 @@
174
180
  </property>
175
181
  <property name="maximumSize">
176
182
  <size>
177
- <width>1110</width>
183
+ <width>1110</width>
178
184
  <height>27</height>
179
185
  </size>
180
186
  </property>
181
187
  <property name="focusPolicy">
182
188
  <enum>Qt::NoFocus</enum>
183
189
  </property>
190
+ <property name="toolTip">
191
+ <string>Erase Marked Spots</string>
192
+ </property>
184
193
  <property name="text">
185
194
  <string>🗑 Marked</string>
186
195
  </property>
@@ -197,6 +206,9 @@
197
206
  <property name="focusPolicy">
198
207
  <enum>Qt::NoFocus</enum>
199
208
  </property>
209
+ <property name="toolTip">
210
+ <string>Zoom In</string>
211
+ </property>
200
212
  <property name="accessibleName">
201
213
  <string>zoom in</string>
202
214
  </property>
@@ -204,7 +216,7 @@
204
216
  <string>zoom in</string>
205
217
  </property>
206
218
  <property name="text">
207
- <string>➕</string>
219
+ <string>+</string>
208
220
  </property>
209
221
  </widget>
210
222
  </item>
@@ -219,6 +231,9 @@
219
231
  <property name="focusPolicy">
220
232
  <enum>Qt::NoFocus</enum>
221
233
  </property>
234
+ <property name="toolTip">
235
+ <string>Zoom Out</string>
236
+ </property>
222
237
  <property name="accessibleName">
223
238
  <string>zoom out</string>
224
239
  </property>
@@ -226,7 +241,7 @@
226
241
  <string>zoom out</string>
227
242
  </property>
228
243
  <property name="text">
229
- <string>➖</string>
244
+ <string>-</string>
230
245
  </property>
231
246
  </widget>
232
247
  </item>
@@ -258,6 +273,9 @@
258
273
  <property name="focusPolicy">
259
274
  <enum>Qt::NoFocus</enum>
260
275
  </property>
276
+ <property name="toolTip">
277
+ <string>Clear spots older than x minutes old</string>
278
+ </property>
261
279
  <property name="accessibleName">
262
280
  <string>clear spots older than</string>
263
281
  </property>