개정판 9a38af16
issue #1049 : 옵션 창 및 기능 : 기능 구현 안된 옵션 비활성 처리
Change-Id: I4eabd6283580865b0b2deb6af14f152050743f84
HYTOS/HYTOS/Configuration_UI.py | ||
---|---|---|
697 | 697 |
self.radioButton_User.setFont(font) |
698 | 698 |
self.radioButton_User.setObjectName("radioButton_User") |
699 | 699 |
self.radioButton_Aramco = QtWidgets.QRadioButton(self.groupBox_7) |
700 |
self.radioButton_Aramco.setEnabled(False) |
|
700 | 701 |
self.radioButton_Aramco.setGeometry(QtCore.QRect(12, 108, 135, 19)) |
701 | 702 |
font = QtGui.QFont() |
702 | 703 |
font.setBold(False) |
... | ... | |
704 | 705 |
self.radioButton_Aramco.setFont(font) |
705 | 706 |
self.radioButton_Aramco.setObjectName("radioButton_Aramco") |
706 | 707 |
self.radioButton_Mixed = QtWidgets.QRadioButton(self.groupBox_7) |
708 |
self.radioButton_Mixed.setEnabled(False) |
|
707 | 709 |
self.radioButton_Mixed.setGeometry(QtCore.QRect(12, 81, 209, 19)) |
708 | 710 |
font = QtGui.QFont() |
709 | 711 |
font.setBold(False) |
... | ... | |
711 | 713 |
self.radioButton_Mixed.setFont(font) |
712 | 714 |
self.radioButton_Mixed.setObjectName("radioButton_Mixed") |
713 | 715 |
self.radioButton_Lummus = QtWidgets.QRadioButton(self.groupBox_7) |
716 |
self.radioButton_Lummus.setEnabled(False) |
|
714 | 717 |
self.radioButton_Lummus.setGeometry(QtCore.QRect(12, 54, 121, 19)) |
715 | 718 |
font = QtGui.QFont() |
716 | 719 |
font.setBold(False) |
HYTOS/HYTOS/UI/Configuration.ui | ||
---|---|---|
1429 | 1429 |
</property> |
1430 | 1430 |
</widget> |
1431 | 1431 |
<widget class="QRadioButton" name="radioButton_Aramco"> |
1432 |
<property name="enabled"> |
|
1433 |
<bool>false</bool> |
|
1434 |
</property> |
|
1432 | 1435 |
<property name="geometry"> |
1433 | 1436 |
<rect> |
1434 | 1437 |
<x>12</x> |
... | ... | |
1448 | 1451 |
</property> |
1449 | 1452 |
</widget> |
1450 | 1453 |
<widget class="QRadioButton" name="radioButton_Mixed"> |
1454 |
<property name="enabled"> |
|
1455 |
<bool>false</bool> |
|
1456 |
</property> |
|
1451 | 1457 |
<property name="geometry"> |
1452 | 1458 |
<rect> |
1453 | 1459 |
<x>12</x> |
... | ... | |
1467 | 1473 |
</property> |
1468 | 1474 |
</widget> |
1469 | 1475 |
<widget class="QRadioButton" name="radioButton_Lummus"> |
1476 |
<property name="enabled"> |
|
1477 |
<bool>false</bool> |
|
1478 |
</property> |
|
1470 | 1479 |
<property name="geometry"> |
1471 | 1480 |
<rect> |
1472 | 1481 |
<x>12</x> |
내보내기 Unified diff