GUIElements.py 58 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726
  1. # ########################################################## ##
  2. # FlatCAM: 2D Post-processing for Manufacturing #
  3. # http://flatcam.org #
  4. # Author: Juan Pablo Caram (c) #
  5. # Date: 2/5/2014 #
  6. # MIT Licence #
  7. # ########################################################## ##
  8. # ########################################################## ##
  9. # File Modified (major mod): Marius Adrian Stanciu #
  10. # Date: 3/10/2019 #
  11. # ########################################################## ##
  12. from PyQt5 import QtGui, QtCore, QtWidgets
  13. from PyQt5.QtCore import Qt, pyqtSignal, pyqtSlot
  14. from PyQt5.QtWidgets import QTextEdit, QCompleter, QAction
  15. from PyQt5.QtGui import QColor, QKeySequence, QPalette, QTextCursor
  16. from copy import copy
  17. import re
  18. import logging
  19. import html
  20. log = logging.getLogger('base')
  21. EDIT_SIZE_HINT = 70
  22. class RadioSet(QtWidgets.QWidget):
  23. activated_custom = QtCore.pyqtSignal(str)
  24. def __init__(self, choices, orientation='horizontal', parent=None, stretch=None):
  25. """
  26. The choices are specified as a list of dictionaries containing:
  27. * 'label': Shown in the UI
  28. * 'value': The value returned is selected
  29. :param choices: List of choices. See description.
  30. :param orientation: 'horizontal' (default) of 'vertical'.
  31. :param parent: Qt parent widget.
  32. :type choices: list
  33. """
  34. super(RadioSet, self).__init__(parent)
  35. self.choices = copy(choices)
  36. if orientation == 'horizontal':
  37. layout = QtWidgets.QHBoxLayout()
  38. else:
  39. layout = QtWidgets.QVBoxLayout()
  40. group = QtWidgets.QButtonGroup(self)
  41. for choice in self.choices:
  42. choice['radio'] = QtWidgets.QRadioButton(choice['label'])
  43. group.addButton(choice['radio'])
  44. layout.addWidget(choice['radio'], stretch=0)
  45. choice['radio'].toggled.connect(self.on_toggle)
  46. layout.setContentsMargins(0, 0, 0, 0)
  47. if stretch is False:
  48. pass
  49. else:
  50. layout.addStretch()
  51. self.setLayout(layout)
  52. self.group_toggle_fn = lambda: None
  53. def on_toggle(self):
  54. # log.debug("Radio toggled")
  55. radio = self.sender()
  56. if radio.isChecked():
  57. self.group_toggle_fn()
  58. ret_val = str(self.get_value())
  59. self.activated_custom.emit(ret_val)
  60. return
  61. def get_value(self):
  62. for choice in self.choices:
  63. if choice['radio'].isChecked():
  64. return choice['value']
  65. log.error("No button was toggled in RadioSet.")
  66. return None
  67. def set_value(self, val):
  68. for choice in self.choices:
  69. if choice['value'] == val:
  70. choice['radio'].setChecked(True)
  71. return
  72. log.error("Value given is not part of this RadioSet: %s" % str(val))
  73. # class RadioGroupChoice(QtWidgets.QWidget):
  74. # def __init__(self, label_1, label_2, to_check, hide_list, show_list, parent=None):
  75. # """
  76. # The choices are specified as a list of dictionaries containing:
  77. #
  78. # * 'label': Shown in the UI
  79. # * 'value': The value returned is selected
  80. #
  81. # :param choices: List of choices. See description.
  82. # :param orientation: 'horizontal' (default) of 'vertical'.
  83. # :param parent: Qt parent widget.
  84. # :type choices: list
  85. # """
  86. # super().__init__(parent)
  87. #
  88. # group = QtGui.QButtonGroup(self)
  89. #
  90. # self.lbl1 = label_1
  91. # self.lbl2 = label_2
  92. # self.hide_list = hide_list
  93. # self.show_list = show_list
  94. #
  95. # self.btn1 = QtGui.QRadioButton(str(label_1))
  96. # self.btn2 = QtGui.QRadioButton(str(label_2))
  97. # group.addButton(self.btn1)
  98. # group.addButton(self.btn2)
  99. #
  100. # if to_check == 1:
  101. # self.btn1.setChecked(True)
  102. # else:
  103. # self.btn2.setChecked(True)
  104. #
  105. # self.btn1.toggled.connect(lambda: self.btn_state(self.btn1))
  106. # self.btn2.toggled.connect(lambda: self.btn_state(self.btn2))
  107. #
  108. # def btn_state(self, btn):
  109. # if btn.text() == self.lbl1:
  110. # if btn.isChecked() is True:
  111. # self.show_widgets(self.show_list)
  112. # self.hide_widgets(self.hide_list)
  113. # else:
  114. # self.show_widgets(self.hide_list)
  115. # self.hide_widgets(self.show_list)
  116. #
  117. # def hide_widgets(self, lst):
  118. # for wgt in lst:
  119. # wgt.hide()
  120. #
  121. # def show_widgets(self, lst):
  122. # for wgt in lst:
  123. # wgt.show()
  124. class LengthEntry(QtWidgets.QLineEdit):
  125. def __init__(self, output_units='IN', parent=None):
  126. super(LengthEntry, self).__init__(parent)
  127. self.output_units = output_units
  128. self.format_re = re.compile(r"^([^\s]+)(?:\s([a-zA-Z]+))?$")
  129. # Unit conversion table OUTPUT-INPUT
  130. self.scales = {
  131. 'IN': {'IN': 1.0,
  132. 'MM': 1/25.4},
  133. 'MM': {'IN': 25.4,
  134. 'MM': 1.0}
  135. }
  136. self.readyToEdit = True
  137. def mousePressEvent(self, e, Parent=None):
  138. super(LengthEntry, self).mousePressEvent(e) # required to deselect on 2e click
  139. if self.readyToEdit:
  140. self.selectAll()
  141. self.readyToEdit = False
  142. def focusOutEvent(self, e):
  143. super(LengthEntry, self).focusOutEvent(e) # required to remove cursor on focusOut
  144. self.deselect()
  145. self.readyToEdit = True
  146. def returnPressed(self, *args, **kwargs):
  147. val = self.get_value()
  148. if val is not None:
  149. self.set_text(str(val))
  150. else:
  151. log.warning("Could not interpret entry: %s" % self.get_text())
  152. def get_value(self):
  153. raw = str(self.text()).strip(' ')
  154. # match = self.format_re.search(raw)
  155. try:
  156. units = raw[-2:]
  157. units = self.scales[self.output_units][units.upper()]
  158. value = raw[:-2]
  159. return float(eval(value))*units
  160. except IndexError:
  161. value = raw
  162. return float(eval(value))
  163. except KeyError:
  164. value = raw
  165. return float(eval(value))
  166. except:
  167. log.warning("Could not parse value in entry: %s" % str(raw))
  168. return None
  169. def set_value(self, val):
  170. self.setText(str('%.4f' % val))
  171. def sizeHint(self):
  172. default_hint_size = super(LengthEntry, self).sizeHint()
  173. return QtCore.QSize(EDIT_SIZE_HINT, default_hint_size.height())
  174. class FloatEntry(QtWidgets.QLineEdit):
  175. def __init__(self, parent=None):
  176. super(FloatEntry, self).__init__(parent)
  177. self.readyToEdit = True
  178. def mousePressEvent(self, e, Parent=None):
  179. super(FloatEntry, self).mousePressEvent(e) # required to deselect on 2e click
  180. if self.readyToEdit:
  181. self.selectAll()
  182. self.readyToEdit = False
  183. def focusOutEvent(self, e):
  184. super(FloatEntry, self).focusOutEvent(e) # required to remove cursor on focusOut
  185. self.deselect()
  186. self.readyToEdit = True
  187. def returnPressed(self, *args, **kwargs):
  188. val = self.get_value()
  189. if val is not None:
  190. self.set_text(str(val))
  191. else:
  192. log.warning("Could not interpret entry: %s" % self.text())
  193. def get_value(self):
  194. raw = str(self.text()).strip(' ')
  195. evaled = 0.0
  196. try:
  197. evaled = eval(raw)
  198. except:
  199. if evaled is not None:
  200. log.error("Could not evaluate: %s" % str(raw))
  201. return None
  202. return float(evaled)
  203. def set_value(self, val):
  204. if val is not None:
  205. self.setText("%.4f" % val)
  206. else:
  207. self.setText("")
  208. def sizeHint(self):
  209. default_hint_size = super(FloatEntry, self).sizeHint()
  210. return QtCore.QSize(EDIT_SIZE_HINT, default_hint_size.height())
  211. class FloatEntry2(QtWidgets.QLineEdit):
  212. def __init__(self, parent=None):
  213. super(FloatEntry2, self).__init__(parent)
  214. self.readyToEdit = True
  215. def mousePressEvent(self, e, Parent=None):
  216. super(FloatEntry2, self).mousePressEvent(e) # required to deselect on 2e click
  217. if self.readyToEdit:
  218. self.selectAll()
  219. self.readyToEdit = False
  220. def focusOutEvent(self, e):
  221. super(FloatEntry2, self).focusOutEvent(e) # required to remove cursor on focusOut
  222. self.deselect()
  223. self.readyToEdit = True
  224. def get_value(self):
  225. raw = str(self.text()).strip(' ')
  226. evaled = 0.0
  227. try:
  228. evaled = eval(raw)
  229. except:
  230. if evaled is not None:
  231. log.error("Could not evaluate: %s" % str(raw))
  232. return None
  233. return float(evaled)
  234. def set_value(self, val):
  235. self.setText("%.4f" % val)
  236. def sizeHint(self):
  237. default_hint_size = super(FloatEntry2, self).sizeHint()
  238. return QtCore.QSize(EDIT_SIZE_HINT, default_hint_size.height())
  239. class IntEntry(QtWidgets.QLineEdit):
  240. def __init__(self, parent=None, allow_empty=False, empty_val=None):
  241. super(IntEntry, self).__init__(parent)
  242. self.allow_empty = allow_empty
  243. self.empty_val = empty_val
  244. self.readyToEdit = True
  245. def mousePressEvent(self, e, Parent=None):
  246. super(IntEntry, self).mousePressEvent(e) # required to deselect on 2e click
  247. if self.readyToEdit:
  248. self.selectAll()
  249. self.readyToEdit = False
  250. def focusOutEvent(self, e):
  251. super(IntEntry, self).focusOutEvent(e) # required to remove cursor on focusOut
  252. self.deselect()
  253. self.readyToEdit = True
  254. def get_value(self):
  255. if self.allow_empty:
  256. if str(self.text()) == "":
  257. return self.empty_val
  258. # make the text() first a float and then int because if text is a float type,
  259. # the int() can't convert directly a "text float" into a int type.
  260. ret_val = float(self.text())
  261. ret_val = int(ret_val)
  262. return ret_val
  263. def set_value(self, val):
  264. if val == self.empty_val and self.allow_empty:
  265. self.setText("")
  266. return
  267. self.setText(str(val))
  268. def sizeHint(self):
  269. default_hint_size = super(IntEntry, self).sizeHint()
  270. return QtCore.QSize(EDIT_SIZE_HINT, default_hint_size.height())
  271. class FCEntry(QtWidgets.QLineEdit):
  272. def __init__(self, parent=None):
  273. super(FCEntry, self).__init__(parent)
  274. self.readyToEdit = True
  275. def mousePressEvent(self, e, Parent=None):
  276. super(FCEntry, self).mousePressEvent(e) # required to deselect on 2e click
  277. if self.readyToEdit:
  278. self.selectAll()
  279. self.readyToEdit = False
  280. def focusOutEvent(self, e):
  281. super(FCEntry, self).focusOutEvent(e) # required to remove cursor on focusOut
  282. self.deselect()
  283. self.readyToEdit = True
  284. def get_value(self):
  285. return str(self.text())
  286. def set_value(self, val):
  287. if type(val) is float:
  288. self.setText('%.4f' % val)
  289. else:
  290. self.setText(str(val))
  291. def sizeHint(self):
  292. default_hint_size = super(FCEntry, self).sizeHint()
  293. return QtCore.QSize(EDIT_SIZE_HINT, default_hint_size.height())
  294. class FCEntry2(FCEntry):
  295. def __init__(self, parent=None):
  296. super(FCEntry2, self).__init__(parent)
  297. self.readyToEdit = True
  298. def set_value(self, val):
  299. try:
  300. fval = float(val)
  301. except ValueError:
  302. return
  303. self.setText('%.4f' % fval)
  304. class EvalEntry(QtWidgets.QLineEdit):
  305. def __init__(self, parent=None):
  306. super(EvalEntry, self).__init__(parent)
  307. self.readyToEdit = True
  308. def mousePressEvent(self, e, Parent=None):
  309. super(EvalEntry, self).mousePressEvent(e) # required to deselect on 2e click
  310. if self.readyToEdit:
  311. self.selectAll()
  312. self.readyToEdit = False
  313. def focusOutEvent(self, e):
  314. super(EvalEntry, self).focusOutEvent(e) # required to remove cursor on focusOut
  315. self.deselect()
  316. self.readyToEdit = True
  317. def returnPressed(self, *args, **kwargs):
  318. val = self.get_value()
  319. if val is not None:
  320. self.setText(str(val))
  321. else:
  322. log.warning("Could not interpret entry: %s" % self.get_text())
  323. def get_value(self):
  324. raw = str(self.text()).strip(' ')
  325. evaled = 0.0
  326. try:
  327. evaled = eval(raw)
  328. except:
  329. if evaled is not None:
  330. log.error("Could not evaluate: %s" % str(raw))
  331. return None
  332. return evaled
  333. def set_value(self, val):
  334. self.setText(str(val))
  335. def sizeHint(self):
  336. default_hint_size = super(EvalEntry, self).sizeHint()
  337. return QtCore.QSize(EDIT_SIZE_HINT, default_hint_size.height())
  338. class EvalEntry2(QtWidgets.QLineEdit):
  339. def __init__(self, parent=None):
  340. super(EvalEntry2, self).__init__(parent)
  341. self.readyToEdit = True
  342. def mousePressEvent(self, e, Parent=None):
  343. super(EvalEntry2, self).mousePressEvent(e) # required to deselect on 2e click
  344. if self.readyToEdit:
  345. self.selectAll()
  346. self.readyToEdit = False
  347. def focusOutEvent(self, e):
  348. super(EvalEntry2, self).focusOutEvent(e) # required to remove cursor on focusOut
  349. self.deselect()
  350. self.readyToEdit = True
  351. def get_value(self):
  352. raw = str(self.text()).strip(' ')
  353. evaled = 0.0
  354. try:
  355. evaled = eval(raw)
  356. except:
  357. if evaled is not None:
  358. log.error("Could not evaluate: %s" % str(raw))
  359. return None
  360. return evaled
  361. def set_value(self, val):
  362. self.setText(str(val))
  363. def sizeHint(self):
  364. default_hint_size = super(EvalEntry2, self).sizeHint()
  365. return QtCore.QSize(EDIT_SIZE_HINT, default_hint_size.height())
  366. class FCCheckBox(QtWidgets.QCheckBox):
  367. def __init__(self, label='', parent=None):
  368. super(FCCheckBox, self).__init__(str(label), parent)
  369. def get_value(self):
  370. return self.isChecked()
  371. def set_value(self, val):
  372. self.setChecked(val)
  373. def toggle(self):
  374. self.set_value(not self.get_value())
  375. class FCTextArea(QtWidgets.QPlainTextEdit):
  376. def __init__(self, parent=None):
  377. super(FCTextArea, self).__init__(parent)
  378. def set_value(self, val):
  379. self.setPlainText(val)
  380. def get_value(self):
  381. return str(self.toPlainText())
  382. def sizeHint(self):
  383. default_hint_size = super(FCTextArea, self).sizeHint()
  384. return QtCore.QSize(EDIT_SIZE_HINT, default_hint_size.height())
  385. class FCTextAreaRich(QtWidgets.QTextEdit):
  386. def __init__(self, parent=None):
  387. super(FCTextAreaRich, self).__init__(parent)
  388. def set_value(self, val):
  389. self.setText(val)
  390. def get_value(self):
  391. return str(self.toPlainText())
  392. def sizeHint(self):
  393. default_hint_size = super(FCTextAreaRich, self).sizeHint()
  394. return QtCore.QSize(EDIT_SIZE_HINT, default_hint_size.height())
  395. class FCTextAreaExtended(QtWidgets.QTextEdit):
  396. def __init__(self, parent=None):
  397. super(FCTextAreaExtended, self).__init__(parent)
  398. self.completer = MyCompleter()
  399. self.model = QtCore.QStringListModel()
  400. self.completer.setModel(self.model)
  401. self.set_model_data(keyword_list=[])
  402. self.completer.insertText.connect(self.insertCompletion)
  403. self.completer_enable = False
  404. def set_model_data(self, keyword_list):
  405. self.model.setStringList(keyword_list)
  406. def insertCompletion(self, completion):
  407. tc = self.textCursor()
  408. extra = (len(completion) - len(self.completer.completionPrefix()))
  409. # don't insert if the word is finished but add a space instead
  410. if extra == 0:
  411. tc.insertText(' ')
  412. self.completer.popup().hide()
  413. return
  414. tc.movePosition(QTextCursor.Left)
  415. tc.movePosition(QTextCursor.EndOfWord)
  416. tc.insertText(completion[-extra:])
  417. # add a space after inserting the word
  418. tc.insertText(' ')
  419. self.setTextCursor(tc)
  420. self.completer.popup().hide()
  421. def focusInEvent(self, event):
  422. if self.completer:
  423. self.completer.setWidget(self)
  424. QTextEdit.focusInEvent(self, event)
  425. def set_value(self, val):
  426. self.setText(val)
  427. def get_value(self):
  428. self.toPlainText()
  429. def insertFromMimeData(self, data):
  430. """
  431. Reimplemented such that when SHIFT is pressed and doing click Paste in the contextual menu, the '\' symbol
  432. is replaced with the '/' symbol. That's because of the difference in path separators in Windows and TCL
  433. :param data:
  434. :return:
  435. """
  436. modifier = QtWidgets.QApplication.keyboardModifiers()
  437. if modifier == Qt.ShiftModifier:
  438. text = data.text()
  439. text = text.replace('\\', '/')
  440. self.insertPlainText(text)
  441. else:
  442. self.insertPlainText(data.text())
  443. def keyPressEvent(self, event):
  444. """
  445. Reimplemented so the CTRL + SHIFT + V shortcut key combo will paste the text but replacing '\' with '/'
  446. :param event:
  447. :return:
  448. """
  449. key = event.key()
  450. modifier = QtWidgets.QApplication.keyboardModifiers()
  451. if modifier & Qt.ControlModifier and modifier & Qt.ShiftModifier:
  452. if key == QtCore.Qt.Key_V:
  453. clipboard = QtWidgets.QApplication.clipboard()
  454. clip_text = clipboard.text()
  455. clip_text = clip_text.replace('\\', '/')
  456. self.insertPlainText(clip_text)
  457. if modifier & Qt.ControlModifier and key == Qt.Key_Slash:
  458. self.comment()
  459. tc = self.textCursor()
  460. if (key == Qt.Key_Tab or key == Qt.Key_Enter or key == Qt.Key_Return) and self.completer.popup().isVisible():
  461. self.completer.insertText.emit(self.completer.getSelected())
  462. self.completer.setCompletionMode(QCompleter.PopupCompletion)
  463. return
  464. elif key == Qt.Key_BraceLeft:
  465. tc.insertText('{}')
  466. self.moveCursor(QtGui.QTextCursor.Left)
  467. elif key == Qt.Key_BracketLeft:
  468. tc.insertText('[]')
  469. self.moveCursor(QtGui.QTextCursor.Left)
  470. elif key == Qt.Key_ParenLeft:
  471. tc.insertText('()')
  472. self.moveCursor(QtGui.QTextCursor.Left)
  473. elif key == Qt.Key_BraceRight:
  474. tc.select(QtGui.QTextCursor.WordUnderCursor)
  475. if tc.selectedText() == '}':
  476. tc.movePosition(QTextCursor.Right)
  477. self.setTextCursor(tc)
  478. else:
  479. tc.clearSelection()
  480. self.textCursor().insertText('}')
  481. elif key == Qt.Key_BracketRight:
  482. tc.select(QtGui.QTextCursor.WordUnderCursor)
  483. if tc.selectedText() == ']':
  484. tc.movePosition(QTextCursor.Right)
  485. self.setTextCursor(tc)
  486. else:
  487. tc.clearSelection()
  488. self.textCursor().insertText(']')
  489. elif key == Qt.Key_ParenRight:
  490. tc.select(QtGui.QTextCursor.WordUnderCursor)
  491. if tc.selectedText() == ')':
  492. tc.movePosition(QTextCursor.Right)
  493. self.setTextCursor(tc)
  494. else:
  495. tc.clearSelection()
  496. self.textCursor().insertText(')')
  497. else:
  498. super(FCTextAreaExtended, self).keyPressEvent(event)
  499. if self.completer_enable:
  500. tc.select(QTextCursor.WordUnderCursor)
  501. cr = self.cursorRect()
  502. if len(tc.selectedText()) > 0:
  503. self.completer.setCompletionPrefix(tc.selectedText())
  504. popup = self.completer.popup()
  505. popup.setCurrentIndex(self.completer.completionModel().index(0, 0))
  506. cr.setWidth(self.completer.popup().sizeHintForColumn(0)
  507. + self.completer.popup().verticalScrollBar().sizeHint().width())
  508. self.completer.complete(cr)
  509. else:
  510. self.completer.popup().hide()
  511. def comment(self):
  512. """
  513. Got it from here:
  514. https://stackoverflow.com/questions/49898820/how-to-get-text-next-to-cursor-in-qtextedit-in-pyqt4
  515. :return:
  516. """
  517. pos = self.textCursor().position()
  518. self.moveCursor(QtGui.QTextCursor.StartOfLine)
  519. line_text = self.textCursor().block().text()
  520. if self.textCursor().block().text().startswith(" "):
  521. # skip the white space
  522. self.moveCursor(QtGui.QTextCursor.NextWord)
  523. self.moveCursor(QtGui.QTextCursor.NextCharacter,QtGui.QTextCursor.KeepAnchor)
  524. character = self.textCursor().selectedText()
  525. if character == "#":
  526. # delete #
  527. self.textCursor().deletePreviousChar()
  528. # delete white space
  529. self.moveCursor(QtGui.QTextCursor.NextWord,QtGui.QTextCursor.KeepAnchor)
  530. self.textCursor().removeSelectedText()
  531. else:
  532. self.moveCursor(QtGui.QTextCursor.PreviousCharacter,QtGui.QTextCursor.KeepAnchor)
  533. self.textCursor().insertText("# ")
  534. cursor = QtGui.QTextCursor(self.textCursor())
  535. cursor.setPosition(pos)
  536. self.setTextCursor(cursor)
  537. class FCComboBox(QtWidgets.QComboBox):
  538. def __init__(self, parent=None, callback=None):
  539. super(FCComboBox, self).__init__(parent)
  540. self.setFocusPolicy(QtCore.Qt.StrongFocus)
  541. self.view = self.view()
  542. self.view.viewport().installEventFilter(self)
  543. self.view.setContextMenuPolicy(Qt.CustomContextMenu)
  544. # the callback() will be called on customcontextmenu event and will be be passed 2 parameters:
  545. # pos = mouse right click click position
  546. # self = is the combobox object itself
  547. if callback:
  548. self.view.customContextMenuRequested.connect(lambda pos: callback(pos, self))
  549. def eventFilter(self, obj, event):
  550. if event.type() == QtCore.QEvent.MouseButtonRelease:
  551. if event.button() == Qt.RightButton:
  552. return True
  553. return False
  554. def wheelEvent(self, *args, **kwargs):
  555. pass
  556. def get_value(self):
  557. return str(self.currentText())
  558. def set_value(self, val):
  559. self.setCurrentIndex(self.findText(str(val)))
  560. class FCInputDialog(QtWidgets.QInputDialog):
  561. def __init__(self, parent=None, ok=False, val=None, title=None, text=None, min=None, max=None, decimals=None,
  562. init_val=None):
  563. super(FCInputDialog, self).__init__(parent)
  564. self.allow_empty = ok
  565. self.empty_val = val
  566. self.val = 0.0
  567. self.ok = ''
  568. self.init_value = init_val if init_val else 0.0
  569. if title is None:
  570. self.title = 'title'
  571. else:
  572. self.title = title
  573. if text is None:
  574. self.text = 'text'
  575. else:
  576. self.text = text
  577. if min is None:
  578. self.min = 0
  579. else:
  580. self.min = min
  581. if max is None:
  582. self.max = 0
  583. else:
  584. self.max = max
  585. if decimals is None:
  586. self.decimals = 6
  587. else:
  588. self.decimals = decimals
  589. def get_value(self):
  590. self.val, self.ok = self.getDouble(self, self.title, self.text, min=self.min,
  591. max=self.max, decimals=self.decimals, value=self.init_value)
  592. return [self.val, self.ok]
  593. # "Transform", "Enter the Angle value:"
  594. def set_value(self, val):
  595. pass
  596. class FCButton(QtWidgets.QPushButton):
  597. def __init__(self, parent=None):
  598. super(FCButton, self).__init__(parent)
  599. def get_value(self):
  600. return self.isChecked()
  601. def set_value(self, val):
  602. self.setText(str(val))
  603. class FCMenu(QtWidgets.QMenu):
  604. def __init__(self):
  605. super().__init__()
  606. self.mouse_is_panning = False
  607. def popup(self, pos, action=None):
  608. self.mouse_is_panning = False
  609. super().popup(pos)
  610. class FCTab(QtWidgets.QTabWidget):
  611. def __init__(self, parent=None):
  612. super(FCTab, self).__init__(parent)
  613. self.setTabsClosable(True)
  614. self.tabCloseRequested.connect(self.closeTab)
  615. def deleteTab(self, currentIndex):
  616. widget = self.widget(currentIndex)
  617. if widget is not None:
  618. widget.deleteLater()
  619. self.removeTab(currentIndex)
  620. def closeTab(self, currentIndex):
  621. self.removeTab(currentIndex)
  622. def protectTab(self, currentIndex):
  623. self.tabBar().setTabButton(currentIndex, QtWidgets.QTabBar.RightSide, None)
  624. class FCDetachableTab(QtWidgets.QTabWidget):
  625. """
  626. From here:
  627. https://stackoverflow.com/questions/47267195/in-pyqt4-is-it-possible-to-detach-tabs-from-a-qtabwidget
  628. """
  629. def __init__(self, protect=None, protect_by_name=None, parent=None):
  630. super().__init__()
  631. self.tabBar = self.FCTabBar(self)
  632. self.tabBar.onDetachTabSignal.connect(self.detachTab)
  633. self.tabBar.onMoveTabSignal.connect(self.moveTab)
  634. self.tabBar.detachedTabDropSignal.connect(self.detachedTabDrop)
  635. self.setTabBar(self.tabBar)
  636. # Used to keep a reference to detached tabs since their QMainWindow
  637. # does not have a parent
  638. self.detachedTabs = {}
  639. # a way to make sure that tabs can't be closed after they attach to the parent tab
  640. self.protect_tab = True if protect is not None and protect is True else False
  641. self.protect_by_name = protect_by_name if isinstance(protect_by_name, list) else None
  642. # Close all detached tabs if the application is closed explicitly
  643. QtWidgets.qApp.aboutToQuit.connect(self.closeDetachedTabs) # @UndefinedVariable
  644. # used by the property self.useOldIndex(param)
  645. self.use_old_index = None
  646. self.old_index = None
  647. self.setTabsClosable(True)
  648. self.tabCloseRequested.connect(self.closeTab)
  649. def useOldIndex(self, param):
  650. if param:
  651. self.use_old_index = True
  652. else:
  653. self.use_old_index = False
  654. def deleteTab(self, currentIndex):
  655. widget = self.widget(currentIndex)
  656. if widget is not None:
  657. widget.deleteLater()
  658. self.removeTab(currentIndex)
  659. def closeTab(self, currentIndex):
  660. """
  661. Slot connected to the tabCloseRequested signal
  662. :param currentIndex:
  663. :return:
  664. """
  665. self.removeTab(currentIndex)
  666. def protectTab(self, currentIndex):
  667. # self.FCTabBar().setTabButton(currentIndex, QtWidgets.QTabBar.RightSide, None)
  668. self.tabBar.setTabButton(currentIndex, QtWidgets.QTabBar.RightSide, None)
  669. def setMovable(self, movable):
  670. """
  671. The default movable functionality of QTabWidget must remain disabled
  672. so as not to conflict with the added features
  673. :param movable:
  674. :return:
  675. """
  676. pass
  677. @pyqtSlot(int, int)
  678. def moveTab(self, fromIndex, toIndex):
  679. """
  680. Move a tab from one position (index) to another
  681. :param fromIndex: the original index location of the tab
  682. :param toIndex: the new index location of the tab
  683. :return:
  684. """
  685. widget = self.widget(fromIndex)
  686. icon = self.tabIcon(fromIndex)
  687. text = self.tabText(fromIndex)
  688. self.removeTab(fromIndex)
  689. self.insertTab(toIndex, widget, icon, text)
  690. self.setCurrentIndex(toIndex)
  691. @pyqtSlot(int, QtCore.QPoint)
  692. def detachTab(self, index, point):
  693. """
  694. Detach the tab by removing it's contents and placing them in
  695. a DetachedTab window
  696. :param index: the index location of the tab to be detached
  697. :param point: the screen position for creating the new DetachedTab window
  698. :return:
  699. """
  700. self.old_index = index
  701. # Get the tab content and add name FlatCAM to the tab so we know on which app is this tab linked
  702. name = "FlatCAM " + self.tabText(index)
  703. icon = self.tabIcon(index)
  704. if icon.isNull():
  705. icon = self.window().windowIcon()
  706. contentWidget = self.widget(index)
  707. try:
  708. contentWidgetRect = contentWidget.frameGeometry()
  709. except AttributeError:
  710. return
  711. # Create a new detached tab window
  712. detachedTab = self.FCDetachedTab(name, contentWidget)
  713. detachedTab.setWindowModality(QtCore.Qt.NonModal)
  714. detachedTab.setWindowIcon(icon)
  715. detachedTab.setGeometry(contentWidgetRect)
  716. detachedTab.onCloseSignal.connect(self.attachTab)
  717. detachedTab.onDropSignal.connect(self.tabBar.detachedTabDrop)
  718. detachedTab.move(point)
  719. detachedTab.show()
  720. # Create a reference to maintain access to the detached tab
  721. self.detachedTabs[name] = detachedTab
  722. def attachTab(self, contentWidget, name, icon, insertAt=None):
  723. """
  724. Re-attach the tab by removing the content from the DetachedTab window,
  725. closing it, and placing the content back into the DetachableTabWidget
  726. :param contentWidget: the content widget from the DetachedTab window
  727. :param name: the name of the detached tab
  728. :param icon: the window icon for the detached tab
  729. :param insertAt: insert the re-attached tab at the given index
  730. :return:
  731. """
  732. # Make the content widget a child of this widget
  733. contentWidget.setParent(self)
  734. # Remove the reference
  735. del self.detachedTabs[name]
  736. # make sure that we strip the 'FlatCAM' part of the detached name otherwise the tab name will be too long
  737. name = name.partition(' ')[2]
  738. # helps in restoring the tab to the same index that it was before was detached
  739. insert_index = self.old_index if self.use_old_index is True else insertAt
  740. # Create an image from the given icon (for comparison)
  741. if not icon.isNull():
  742. try:
  743. tabIconPixmap = icon.pixmap(icon.availableSizes()[0])
  744. tabIconImage = tabIconPixmap.toImage()
  745. except IndexError:
  746. tabIconImage = None
  747. else:
  748. tabIconImage = None
  749. # Create an image of the main window icon (for comparison)
  750. if not icon.isNull():
  751. try:
  752. windowIconPixmap = self.window().windowIcon().pixmap(icon.availableSizes()[0])
  753. windowIconImage = windowIconPixmap.toImage()
  754. except IndexError:
  755. windowIconImage = None
  756. else:
  757. windowIconImage = None
  758. # Determine if the given image and the main window icon are the same.
  759. # If they are, then do not add the icon to the tab
  760. if tabIconImage == windowIconImage:
  761. if insert_index is None:
  762. index = self.addTab(contentWidget, name)
  763. else:
  764. index = self.insertTab(insert_index, contentWidget, name)
  765. else:
  766. if insert_index is None:
  767. index = self.addTab(contentWidget, icon, name)
  768. else:
  769. index = self.insertTab(insert_index, contentWidget, icon, name)
  770. # on reattaching the tab if protect is true then the closure button is not added
  771. if self.protect_tab is True:
  772. self.protectTab(index)
  773. # on reattaching the tab disable the closure button for the tabs with the name in the self.protect_by_name list
  774. if self.protect_by_name is not None:
  775. for tab_name in self.protect_by_name:
  776. for index in range(self.count()):
  777. if str(tab_name) == str(self.tabText(index)):
  778. self.protectTab(index)
  779. # Make this tab the current tab
  780. if index > -1:
  781. self.setCurrentIndex(insert_index) if self.use_old_index else self.setCurrentIndex(index)
  782. def removeTabByName(self, name):
  783. """
  784. Remove the tab with the given name, even if it is detached
  785. :param name: the name of the tab to be removed
  786. :return:
  787. """
  788. # Remove the tab if it is attached
  789. attached = False
  790. for index in range(self.count()):
  791. if str(name) == str(self.tabText(index)):
  792. self.removeTab(index)
  793. attached = True
  794. break
  795. # If the tab is not attached, close it's window and
  796. # remove the reference to it
  797. if not attached:
  798. for key in self.detachedTabs:
  799. if str(name) == str(key):
  800. self.detachedTabs[key].onCloseSignal.disconnect()
  801. self.detachedTabs[key].close()
  802. del self.detachedTabs[key]
  803. break
  804. @QtCore.pyqtSlot(str, int, QtCore.QPoint)
  805. def detachedTabDrop(self, name, index, dropPos):
  806. """
  807. Handle dropping of a detached tab inside the DetachableTabWidget
  808. :param name: the name of the detached tab
  809. :param index: the index of an existing tab (if the tab bar
  810. # determined that the drop occurred on an
  811. # existing tab)
  812. :param dropPos: the mouse cursor position when the drop occurred
  813. :return:
  814. """
  815. # If the drop occurred on an existing tab, insert the detached
  816. # tab at the existing tab's location
  817. if index > -1:
  818. # Create references to the detached tab's content and icon
  819. contentWidget = self.detachedTabs[name].contentWidget
  820. icon = self.detachedTabs[name].windowIcon()
  821. # Disconnect the detached tab's onCloseSignal so that it
  822. # does not try to re-attach automatically
  823. self.detachedTabs[name].onCloseSignal.disconnect()
  824. # Close the detached
  825. self.detachedTabs[name].close()
  826. # Re-attach the tab at the given index
  827. self.attachTab(contentWidget, name, icon, index)
  828. # If the drop did not occur on an existing tab, determine if the drop
  829. # occurred in the tab bar area (the area to the side of the QTabBar)
  830. else:
  831. # Find the drop position relative to the DetachableTabWidget
  832. tabDropPos = self.mapFromGlobal(dropPos)
  833. # If the drop position is inside the DetachableTabWidget...
  834. if self.rect().contains(tabDropPos):
  835. # If the drop position is inside the tab bar area (the
  836. # area to the side of the QTabBar) or there are not tabs
  837. # currently attached...
  838. if tabDropPos.y() < self.tabBar.height() or self.count() == 0:
  839. # Close the detached tab and allow it to re-attach
  840. # automatically
  841. self.detachedTabs[name].close()
  842. def closeDetachedTabs(self):
  843. """
  844. Close all tabs that are currently detached.
  845. :return:
  846. """
  847. listOfDetachedTabs = []
  848. for key in self.detachedTabs:
  849. listOfDetachedTabs.append(self.detachedTabs[key])
  850. for detachedTab in listOfDetachedTabs:
  851. detachedTab.close()
  852. class FCDetachedTab(QtWidgets.QMainWindow):
  853. """
  854. When a tab is detached, the contents are placed into this QMainWindow. The tab
  855. can be re-attached by closing the dialog or by dragging the window into the tab bar
  856. """
  857. onCloseSignal = pyqtSignal(QtWidgets.QWidget, str, QtGui.QIcon)
  858. onDropSignal = pyqtSignal(str, QtCore.QPoint)
  859. def __init__(self, name, contentWidget):
  860. QtWidgets.QMainWindow.__init__(self, None)
  861. self.setObjectName(name)
  862. self.setWindowTitle(name)
  863. self.contentWidget = contentWidget
  864. self.setCentralWidget(self.contentWidget)
  865. self.contentWidget.show()
  866. self.windowDropFilter = self.WindowDropFilter()
  867. self.installEventFilter(self.windowDropFilter)
  868. self.windowDropFilter.onDropSignal.connect(self.windowDropSlot)
  869. @QtCore.pyqtSlot(QtCore.QPoint)
  870. def windowDropSlot(self, dropPos):
  871. """
  872. Handle a window drop event
  873. :param dropPos: the mouse cursor position of the drop
  874. :return:
  875. """
  876. self.onDropSignal.emit(self.objectName(), dropPos)
  877. def closeEvent(self, event):
  878. """
  879. If the window is closed, emit the onCloseSignal and give the
  880. content widget back to the DetachableTabWidget
  881. :param event: a close event
  882. :return:
  883. """
  884. self.onCloseSignal.emit(self.contentWidget, self.objectName(), self.windowIcon())
  885. class WindowDropFilter(QtCore.QObject):
  886. """
  887. An event filter class to detect a QMainWindow drop event
  888. """
  889. onDropSignal = pyqtSignal(QtCore.QPoint)
  890. def __init__(self):
  891. QtCore.QObject.__init__(self)
  892. self.lastEvent = None
  893. def eventFilter(self, obj, event):
  894. """
  895. Detect a QMainWindow drop event by looking for a NonClientAreaMouseMove (173)
  896. event that immediately follows a Move event
  897. :param obj: the object that generated the event
  898. :param event: the current event
  899. :return:
  900. """
  901. # If a NonClientAreaMouseMove (173) event immediately follows a Move event...
  902. if self.lastEvent == QtCore.QEvent.Move and event.type() == 173:
  903. # Determine the position of the mouse cursor and emit it with the
  904. # onDropSignal
  905. mouseCursor = QtGui.QCursor()
  906. dropPos = mouseCursor.pos()
  907. self.onDropSignal.emit(dropPos)
  908. self.lastEvent = event.type()
  909. return True
  910. else:
  911. self.lastEvent = event.type()
  912. return False
  913. class FCTabBar(QtWidgets.QTabBar):
  914. onDetachTabSignal = pyqtSignal(int, QtCore.QPoint)
  915. onMoveTabSignal = pyqtSignal(int, int)
  916. detachedTabDropSignal = pyqtSignal(str, int, QtCore.QPoint)
  917. def __init__(self, parent=None):
  918. QtWidgets.QTabBar.__init__(self, parent)
  919. self.setAcceptDrops(True)
  920. self.setElideMode(QtCore.Qt.ElideRight)
  921. self.setSelectionBehaviorOnRemove(QtWidgets.QTabBar.SelectLeftTab)
  922. self.dragStartPos = QtCore.QPoint()
  923. self.dragDropedPos = QtCore.QPoint()
  924. self.mouseCursor = QtGui.QCursor()
  925. self.dragInitiated = False
  926. def mouseDoubleClickEvent(self, event):
  927. """
  928. Send the onDetachTabSignal when a tab is double clicked
  929. :param event: a mouse double click event
  930. :return:
  931. """
  932. event.accept()
  933. self.onDetachTabSignal.emit(self.tabAt(event.pos()), self.mouseCursor.pos())
  934. def mousePressEvent(self, event):
  935. """
  936. Set the starting position for a drag event when the mouse button is pressed
  937. :param event: a mouse press event
  938. :return:
  939. """
  940. if event.button() == QtCore.Qt.LeftButton:
  941. self.dragStartPos = event.pos()
  942. self.dragDropedPos.setX(0)
  943. self.dragDropedPos.setY(0)
  944. self.dragInitiated = False
  945. QtWidgets.QTabBar.mousePressEvent(self, event)
  946. def mouseMoveEvent(self, event):
  947. """
  948. Determine if the current movement is a drag. If it is, convert it into a QDrag. If the
  949. drag ends inside the tab bar, emit an onMoveTabSignal. If the drag ends outside the tab
  950. bar, emit an onDetachTabSignal.
  951. :param event: a mouse move event
  952. :return:
  953. """
  954. # Determine if the current movement is detected as a drag
  955. if not self.dragStartPos.isNull() and ((event.pos() - self.dragStartPos).manhattanLength() < QtWidgets.QApplication.startDragDistance()):
  956. self.dragInitiated = True
  957. # If the current movement is a drag initiated by the left button
  958. if (((event.buttons() & QtCore.Qt.LeftButton)) and self.dragInitiated):
  959. # Stop the move event
  960. finishMoveEvent = QtGui.QMouseEvent(QtCore.QEvent.MouseMove, event.pos(), QtCore.Qt.NoButton, QtCore.Qt.NoButton, QtCore.Qt.NoModifier)
  961. QtWidgets.QTabBar.mouseMoveEvent(self, finishMoveEvent)
  962. # Convert the move event into a drag
  963. drag = QtGui.QDrag(self)
  964. mimeData = QtCore.QMimeData()
  965. # mimeData.setData('action', 'application/tab-detach')
  966. drag.setMimeData(mimeData)
  967. # screen = QScreen(self.parentWidget().currentWidget().winId())
  968. # Create the appearance of dragging the tab content
  969. try:
  970. pixmap = self.parent().widget(self.tabAt(self.dragStartPos)).grab()
  971. except Exception as e:
  972. log.debug("GUIElements.FCDetachable. FCTabBar.mouseMoveEvent() --> %s" % str(e))
  973. return
  974. targetPixmap = QtGui.QPixmap(pixmap.size())
  975. targetPixmap.fill(QtCore.Qt.transparent)
  976. painter = QtGui.QPainter(targetPixmap)
  977. painter.setOpacity(0.85)
  978. painter.drawPixmap(0, 0, pixmap)
  979. painter.end()
  980. drag.setPixmap(targetPixmap)
  981. # Initiate the drag
  982. dropAction = drag.exec_(QtCore.Qt.MoveAction | QtCore.Qt.CopyAction)
  983. # For Linux: Here, drag.exec_() will not return MoveAction on Linux. So it
  984. # must be set manually
  985. if self.dragDropedPos.x() != 0 and self.dragDropedPos.y() != 0:
  986. dropAction = QtCore.Qt.MoveAction
  987. # If the drag completed outside of the tab bar, detach the tab and move
  988. # the content to the current cursor position
  989. if dropAction == QtCore.Qt.IgnoreAction:
  990. event.accept()
  991. self.onDetachTabSignal.emit(self.tabAt(self.dragStartPos), self.mouseCursor.pos())
  992. # Else if the drag completed inside the tab bar, move the selected tab to the new position
  993. elif dropAction == QtCore.Qt.MoveAction:
  994. if not self.dragDropedPos.isNull():
  995. event.accept()
  996. self.onMoveTabSignal.emit(self.tabAt(self.dragStartPos), self.tabAt(self.dragDropedPos))
  997. else:
  998. QtWidgets.QTabBar.mouseMoveEvent(self, event)
  999. def dragEnterEvent(self, event):
  1000. """
  1001. Determine if the drag has entered a tab position from another tab position
  1002. :param event: a drag enter event
  1003. :return:
  1004. """
  1005. mimeData = event.mimeData()
  1006. # formats = mcd imeData.formats()
  1007. # if formats.contains('action') and mimeData.data('action') == 'application/tab-detach':
  1008. # event.acceptProposedAction()
  1009. QtWidgets.QTabBar.dragMoveEvent(self, event)
  1010. def dropEvent(self, event):
  1011. """
  1012. Get the position of the end of the drag
  1013. :param event: a drop event
  1014. :return:
  1015. """
  1016. self.dragDropedPos = event.pos()
  1017. QtWidgets.QTabBar.dropEvent(self, event)
  1018. def detachedTabDrop(self, name, dropPos):
  1019. """
  1020. Determine if the detached tab drop event occurred on an existing tab,
  1021. then send the event to the DetachableTabWidget
  1022. :param name:
  1023. :param dropPos:
  1024. :return:
  1025. """
  1026. tabDropPos = self.mapFromGlobal(dropPos)
  1027. index = self.tabAt(tabDropPos)
  1028. self.detachedTabDropSignal.emit(name, index, dropPos)
  1029. class VerticalScrollArea(QtWidgets.QScrollArea):
  1030. """
  1031. This widget extends QtGui.QScrollArea to make a vertical-only
  1032. scroll area that also expands horizontally to accomodate
  1033. its contents.
  1034. """
  1035. def __init__(self, parent=None):
  1036. QtWidgets.QScrollArea.__init__(self, parent=parent)
  1037. self.setWidgetResizable(True)
  1038. self.setHorizontalScrollBarPolicy(QtCore.Qt.ScrollBarAlwaysOff)
  1039. self.setVerticalScrollBarPolicy(QtCore.Qt.ScrollBarAsNeeded)
  1040. def eventFilter(self, source, event):
  1041. """
  1042. The event filter gets automatically installed when setWidget()
  1043. is called.
  1044. :param source:
  1045. :param event:
  1046. :return:
  1047. """
  1048. if event.type() == QtCore.QEvent.Resize and source == self.widget():
  1049. # log.debug("VerticalScrollArea: Widget resized:")
  1050. # log.debug(" minimumSizeHint().width() = %d" % self.widget().minimumSizeHint().width())
  1051. # log.debug(" verticalScrollBar().width() = %d" % self.verticalScrollBar().width())
  1052. self.setMinimumWidth(self.widget().sizeHint().width() +
  1053. self.verticalScrollBar().sizeHint().width())
  1054. # if self.verticalScrollBar().isVisible():
  1055. # log.debug(" Scroll bar visible")
  1056. # self.setMinimumWidth(self.widget().minimumSizeHint().width() +
  1057. # self.verticalScrollBar().width())
  1058. # else:
  1059. # log.debug(" Scroll bar hidden")
  1060. # self.setMinimumWidth(self.widget().minimumSizeHint().width())
  1061. return QtWidgets.QWidget.eventFilter(self, source, event)
  1062. class OptionalInputSection:
  1063. def __init__(self, cb, optinputs, logic=True):
  1064. """
  1065. Associates the a checkbox with a set of inputs.
  1066. :param cb: Checkbox that enables the optional inputs.
  1067. :param optinputs: List of widgets that are optional.
  1068. :param logic: When True the logic is normal, when False the logic is in reverse
  1069. It means that for logic=True, when the checkbox is checked the widgets are Enabled, and
  1070. for logic=False, when the checkbox is checked the widgets are Disabled
  1071. :return:
  1072. """
  1073. assert isinstance(cb, FCCheckBox), \
  1074. "Expected an FCCheckBox, got %s" % type(cb)
  1075. self.cb = cb
  1076. self.optinputs = optinputs
  1077. self.logic = logic
  1078. self.on_cb_change()
  1079. self.cb.stateChanged.connect(self.on_cb_change)
  1080. def on_cb_change(self):
  1081. if self.cb.checkState():
  1082. for widget in self.optinputs:
  1083. if self.logic is True:
  1084. widget.setEnabled(True)
  1085. else:
  1086. widget.setEnabled(False)
  1087. else:
  1088. for widget in self.optinputs:
  1089. if self.logic is True:
  1090. widget.setEnabled(False)
  1091. else:
  1092. widget.setEnabled(True)
  1093. class FCTable(QtWidgets.QTableWidget):
  1094. def __init__(self, parent=None):
  1095. super(FCTable, self).__init__(parent)
  1096. def sizeHint(self):
  1097. default_hint_size = super(FCTable, self).sizeHint()
  1098. return QtCore.QSize(EDIT_SIZE_HINT, default_hint_size.height())
  1099. def getHeight(self):
  1100. height = self.horizontalHeader().height()
  1101. for i in range(self.rowCount()):
  1102. height += self.rowHeight(i)
  1103. return height
  1104. def getWidth(self):
  1105. width = self.verticalHeader().width()
  1106. for i in range(self.columnCount()):
  1107. width += self.columnWidth(i)
  1108. return width
  1109. # color is in format QtGui.Qcolor(r, g, b, alfa) with or without alfa
  1110. def setColortoRow(self, rowIndex, color):
  1111. for j in range(self.columnCount()):
  1112. self.item(rowIndex, j).setBackground(color)
  1113. # if user is clicking an blank area inside the QTableWidget it will deselect currently selected rows
  1114. def mousePressEvent(self, event):
  1115. if self.itemAt(event.pos()) is None:
  1116. self.clearSelection()
  1117. else:
  1118. QtWidgets.QTableWidget.mousePressEvent(self, event)
  1119. def setupContextMenu(self):
  1120. self.setContextMenuPolicy(QtCore.Qt.ActionsContextMenu)
  1121. def addContextMenu(self, entry, call_function, icon=None):
  1122. action_name = str(entry)
  1123. action = QtWidgets.QAction(self)
  1124. action.setText(action_name)
  1125. if icon:
  1126. assert isinstance(icon, QtGui.QIcon), \
  1127. "Expected the argument to be QtGui.QIcon. Instead it is %s" % type(icon)
  1128. action.setIcon(icon)
  1129. self.addAction(action)
  1130. action.triggered.connect(call_function)
  1131. class SpinBoxDelegate(QtWidgets.QItemDelegate):
  1132. def __init__(self, units):
  1133. super(SpinBoxDelegate, self).__init__()
  1134. self.units = units
  1135. self.current_value = None
  1136. def createEditor(self, parent, option, index):
  1137. editor = QtWidgets.QDoubleSpinBox(parent)
  1138. editor.setMinimum(-999.9999)
  1139. editor.setMaximum(999.9999)
  1140. if self.units == 'MM':
  1141. editor.setDecimals(2)
  1142. else:
  1143. editor.setDecimals(3)
  1144. return editor
  1145. def setEditorData(self, spinBox, index):
  1146. try:
  1147. value = float(index.model().data(index, Qt.EditRole))
  1148. except ValueError:
  1149. value = self.current_value
  1150. # return
  1151. spinBox.setValue(value)
  1152. def setModelData(self, spinBox, model, index):
  1153. spinBox.interpretText()
  1154. value = spinBox.value()
  1155. self.current_value = value
  1156. model.setData(index, value, Qt.EditRole)
  1157. def updateEditorGeometry(self, editor, option, index):
  1158. editor.setGeometry(option.rect)
  1159. def setDecimals(self, spinbox, digits):
  1160. spinbox.setDecimals(digits)
  1161. class FCSpinner(QtWidgets.QSpinBox):
  1162. def __init__(self, parent=None):
  1163. super(FCSpinner, self).__init__(parent)
  1164. self.readyToEdit = True
  1165. def mousePressEvent(self, e, parent=None):
  1166. super(FCSpinner, self).mousePressEvent(e) # required to deselect on 2e click
  1167. if self.readyToEdit:
  1168. self.lineEdit().selectAll()
  1169. self.readyToEdit = False
  1170. def focusOutEvent(self, e):
  1171. super(FCSpinner, self).focusOutEvent(e) # required to remove cursor on focusOut
  1172. self.lineEdit().deselect()
  1173. self.readyToEdit = True
  1174. def get_value(self):
  1175. return str(self.value())
  1176. def set_value(self, val):
  1177. try:
  1178. k = int(val)
  1179. except Exception as e:
  1180. log.debug(str(e))
  1181. return
  1182. self.setValue(k)
  1183. def set_range(self, min_val, max_val):
  1184. self.setRange(min_val, max_val)
  1185. # def sizeHint(self):
  1186. # default_hint_size = super(FCSpinner, self).sizeHint()
  1187. # return QtCore.QSize(EDIT_SIZE_HINT, default_hint_size.height())
  1188. class FCDoubleSpinner(QtWidgets.QDoubleSpinBox):
  1189. def __init__(self, parent=None):
  1190. super(FCDoubleSpinner, self).__init__(parent)
  1191. self.readyToEdit = True
  1192. def mousePressEvent(self, e, parent=None):
  1193. super(FCDoubleSpinner, self).mousePressEvent(e) # required to deselect on 2e click
  1194. if self.readyToEdit:
  1195. self.lineEdit().selectAll()
  1196. self.readyToEdit = False
  1197. def focusOutEvent(self, e):
  1198. super(FCDoubleSpinner, self).focusOutEvent(e) # required to remove cursor on focusOut
  1199. self.lineEdit().deselect()
  1200. self.readyToEdit = True
  1201. def get_value(self):
  1202. return str(self.value())
  1203. def set_value(self, val):
  1204. try:
  1205. k = int(val)
  1206. except Exception as e:
  1207. log.debug(str(e))
  1208. return
  1209. self.setValue(k)
  1210. def set_precision(self, val):
  1211. self.setDecimals(val)
  1212. def set_range(self, min_val, max_val):
  1213. self.setRange(min_val, max_val)
  1214. class Dialog_box(QtWidgets.QWidget):
  1215. def __init__(self, title=None, label=None, icon=None):
  1216. """
  1217. :param title: string with the window title
  1218. :param label: string with the message inside the dialog box
  1219. """
  1220. super(Dialog_box, self).__init__()
  1221. self.location = (0, 0)
  1222. self.ok = False
  1223. dialog_box = QtWidgets.QInputDialog()
  1224. dialog_box.setFixedWidth(290)
  1225. self.setWindowIcon(icon)
  1226. self.location, self.ok = dialog_box.getText(self, title, label, text="0, 0")
  1227. self.readyToEdit = True
  1228. def mousePressEvent(self, e, parent=None):
  1229. super(Dialog_box, self).mousePressEvent(e) # required to deselect on 2e click
  1230. if self.readyToEdit:
  1231. self.lineEdit().selectAll()
  1232. self.readyToEdit = False
  1233. def focusOutEvent(self, e):
  1234. super(Dialog_box, self).focusOutEvent(e) # required to remove cursor on focusOut
  1235. self.lineEdit().deselect()
  1236. self.readyToEdit = True
  1237. class _BrowserTextEdit(QTextEdit):
  1238. def __init__(self, version):
  1239. QTextEdit.__init__(self)
  1240. self.menu = None
  1241. self.version = version
  1242. def contextMenuEvent(self, event):
  1243. self.menu = self.createStandardContextMenu(event.pos())
  1244. clear_action = QAction("Clear", self)
  1245. clear_action.setShortcut(QKeySequence(Qt.Key_Delete)) # it's not working, the shortcut
  1246. self.menu.addAction(clear_action)
  1247. clear_action.triggered.connect(self.clear)
  1248. self.menu.exec_(event.globalPos())
  1249. def clear(self):
  1250. QTextEdit.clear(self)
  1251. text = "FlatCAM %s (c)2014-2019 Juan Pablo Caram (Type help to get started)\n\n" % self.version
  1252. text = html.escape(text)
  1253. text = text.replace('\n', '<br/>')
  1254. self.moveCursor(QTextCursor.End)
  1255. self.insertHtml(text)
  1256. class _ExpandableTextEdit(QTextEdit):
  1257. """
  1258. Class implements edit line, which expands themselves automatically
  1259. """
  1260. historyNext = pyqtSignal()
  1261. historyPrev = pyqtSignal()
  1262. def __init__(self, termwidget, *args):
  1263. QTextEdit.__init__(self, *args)
  1264. self.setStyleSheet("font: 9pt \"Courier\";")
  1265. self._fittedHeight = 1
  1266. self.textChanged.connect(self._fit_to_document)
  1267. self._fit_to_document()
  1268. self._termWidget = termwidget
  1269. self.completer = MyCompleter()
  1270. self.model = QtCore.QStringListModel()
  1271. self.completer.setModel(self.model)
  1272. self.set_model_data(keyword_list=[])
  1273. self.completer.insertText.connect(self.insertCompletion)
  1274. def set_model_data(self, keyword_list):
  1275. self.model.setStringList(keyword_list)
  1276. def insertCompletion(self, completion):
  1277. tc = self.textCursor()
  1278. extra = (len(completion) - len(self.completer.completionPrefix()))
  1279. # don't insert if the word is finished but add a space instead
  1280. if extra == 0:
  1281. tc.insertText(' ')
  1282. self.completer.popup().hide()
  1283. return
  1284. tc.movePosition(QTextCursor.Left)
  1285. tc.movePosition(QTextCursor.EndOfWord)
  1286. tc.insertText(completion[-extra:])
  1287. # add a space after inserting the word
  1288. tc.insertText(' ')
  1289. self.setTextCursor(tc)
  1290. self.completer.popup().hide()
  1291. def focusInEvent(self, event):
  1292. if self.completer:
  1293. self.completer.setWidget(self)
  1294. QTextEdit.focusInEvent(self, event)
  1295. def keyPressEvent(self, event):
  1296. """
  1297. Catch keyboard events. Process Enter, Up, Down
  1298. """
  1299. key = event.key()
  1300. if (key == Qt.Key_Tab or key == Qt.Key_Return or key == Qt.Key_Enter) and self.completer.popup().isVisible():
  1301. self.completer.insertText.emit(self.completer.getSelected())
  1302. self.completer.setCompletionMode(QCompleter.PopupCompletion)
  1303. return
  1304. if event.matches(QKeySequence.InsertParagraphSeparator):
  1305. text = self.toPlainText()
  1306. if self._termWidget.is_command_complete(text):
  1307. self._termWidget.exec_current_command()
  1308. return
  1309. elif event.matches(QKeySequence.MoveToNextLine):
  1310. text = self.toPlainText()
  1311. cursor_pos = self.textCursor().position()
  1312. textBeforeEnd = text[cursor_pos:]
  1313. if len(textBeforeEnd.split('\n')) <= 1:
  1314. self.historyNext.emit()
  1315. return
  1316. elif event.matches(QKeySequence.MoveToPreviousLine):
  1317. text = self.toPlainText()
  1318. cursor_pos = self.textCursor().position()
  1319. text_before_start = text[:cursor_pos]
  1320. # lineCount = len(textBeforeStart.splitlines())
  1321. line_count = len(text_before_start.split('\n'))
  1322. if len(text_before_start) > 0 and \
  1323. (text_before_start[-1] == '\n' or text_before_start[-1] == '\r'):
  1324. line_count += 1
  1325. if line_count <= 1:
  1326. self.historyPrev.emit()
  1327. return
  1328. elif event.matches(QKeySequence.MoveToNextPage) or \
  1329. event.matches(QKeySequence.MoveToPreviousPage):
  1330. return self._termWidget.browser().keyPressEvent(event)
  1331. tc = self.textCursor()
  1332. QTextEdit.keyPressEvent(self, event)
  1333. tc.select(QTextCursor.WordUnderCursor)
  1334. cr = self.cursorRect()
  1335. if len(tc.selectedText()) > 0:
  1336. self.completer.setCompletionPrefix(tc.selectedText())
  1337. popup = self.completer.popup()
  1338. popup.setCurrentIndex(self.completer.completionModel().index(0, 0))
  1339. cr.setWidth(self.completer.popup().sizeHintForColumn(0)
  1340. + self.completer.popup().verticalScrollBar().sizeHint().width())
  1341. self.completer.complete(cr)
  1342. else:
  1343. self.completer.popup().hide()
  1344. def sizeHint(self):
  1345. """
  1346. QWidget sizeHint impelemtation
  1347. """
  1348. hint = QTextEdit.sizeHint(self)
  1349. hint.setHeight(self._fittedHeight)
  1350. return hint
  1351. def _fit_to_document(self):
  1352. """
  1353. Update widget height to fit all text
  1354. """
  1355. documentsize = self.document().size().toSize()
  1356. self._fittedHeight = documentsize.height() + (self.height() - self.viewport().height())
  1357. self.setMaximumHeight(self._fittedHeight)
  1358. self.updateGeometry()
  1359. def insertFromMimeData(self, mime_data):
  1360. # Paste only plain text.
  1361. self.insertPlainText(mime_data.text())
  1362. class MyCompleter(QCompleter):
  1363. insertText = pyqtSignal(str)
  1364. def __init__(self, parent=None):
  1365. QCompleter.__init__(self)
  1366. self.setCompletionMode(QCompleter.PopupCompletion)
  1367. self.highlighted.connect(self.setHighlighted)
  1368. def setHighlighted(self, text):
  1369. self.lastSelected = text
  1370. def getSelected(self):
  1371. return self.lastSelected