개정판 323a10cc
issue #538: preset batch run added
Change-Id: I872e9f518e8996ccafe4f6ebb2e7b8e4da212f9b
DTI_PID/DTI_PID/ReplaceSymbolDialog.py | ||
---|---|---|
173 | 173 |
replace_symbol = table.item(index, 2).text() |
174 | 174 |
replace_action = table.item(index, 3).text() |
175 | 175 |
condition = table.item(index, 4).text() |
176 |
break |
|
177 | 176 |
|
178 |
cmd = ReplaceInsertCommand() |
|
179 |
cmd.display_message.connect(App.mainWnd().onAddMessage) |
|
180 |
cmd.execute(scene, find_symbol, replace_symbol, replace_action, condition, custom=custom) |
|
177 |
cmd = ReplaceInsertCommand() |
|
178 |
cmd.display_message.connect(App.mainWnd().onAddMessage) |
|
179 |
cmd.execute(scene, find_symbol, replace_symbol, replace_action, condition, custom=custom) |
|
180 |
else: |
|
181 |
cmd = ReplaceInsertCommand() |
|
182 |
cmd.display_message.connect(App.mainWnd().onAddMessage) |
|
183 |
cmd.execute(scene, find_symbol, replace_symbol, replace_action, condition, custom=custom) |
|
181 | 184 |
|
182 | 185 |
def reject(self): |
183 | 186 |
"""close a dialog""" |
내보내기 Unified diff