개정판 01bb0435
issue #000 : Roughness Readonly 해지
Change-Id: Ie96ef6402cbd479c20aad39298f0de80e01650ad
HYTOS/HYTOS/StreamData_UI.py | ||
---|---|---|
1 | 1 |
# -*- coding: utf-8 -*- |
2 | 2 |
|
3 |
# Form implementation generated from reading ui file '.\UI\StreamData.ui'
|
|
3 |
# Form implementation generated from reading ui file 'Ui\StreamData.ui'
|
|
4 | 4 |
# |
5 |
# Created by: PyQt5 UI code generator 5.13.1
|
|
5 |
# Created by: PyQt5 UI code generator 5.15.2
|
|
6 | 6 |
# |
7 |
# WARNING! All changes made in this file will be lost! |
|
7 |
# WARNING: Any manual changes made to this file will be lost when pyuic5 is |
|
8 |
# run again. Do not edit this file unless you know what you are doing. |
|
8 | 9 |
|
9 | 10 |
|
10 | 11 |
from PyQt5 import QtCore, QtGui, QtWidgets |
... | ... | |
140 | 141 |
self.lineEdit_Roughness.setMinimumSize(QtCore.QSize(80, 0)) |
141 | 142 |
self.lineEdit_Roughness.setMaximumSize(QtCore.QSize(80, 16777215)) |
142 | 143 |
self.lineEdit_Roughness.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter) |
143 |
self.lineEdit_Roughness.setReadOnly(True)
|
|
144 |
self.lineEdit_Roughness.setReadOnly(False)
|
|
144 | 145 |
self.lineEdit_Roughness.setObjectName("lineEdit_Roughness") |
145 | 146 |
self.horizontalLayout_19.addWidget(self.lineEdit_Roughness) |
146 | 147 |
self.label_Roughness_Unit = QtWidgets.QLabel(self.groupBox_GeometryData) |
... | ... | |
790 | 791 |
self.pushButton_Line_Sizing.setGeometry(QtCore.QRect(8, 432, 125, 24)) |
791 | 792 |
self.pushButton_Line_Sizing.setObjectName("pushButton_Line_Sizing") |
792 | 793 |
self.groupBox_ProcessData_Mixed = QtWidgets.QGroupBox(Dialog) |
793 |
self.groupBox_ProcessData_Mixed.setGeometry(QtCore.QRect(8, 56, 669, 133))
|
|
794 |
self.groupBox_ProcessData_Mixed.setGeometry(QtCore.QRect(8, 312, 669, 133))
|
|
794 | 795 |
font = QtGui.QFont() |
795 | 796 |
font.setBold(True) |
796 | 797 |
font.setWeight(75) |
... | ... | |
1082 | 1083 |
self.horizontalLayout_26.addWidget(self.lineEdit_8) |
1083 | 1084 |
self.gridLayout.addLayout(self.horizontalLayout_26, 2, 0, 1, 1) |
1084 | 1085 |
self.groupBox_GeometryData_Mixed = QtWidgets.QGroupBox(Dialog) |
1085 |
self.groupBox_GeometryData_Mixed.setGeometry(QtCore.QRect(8, 196, 669, 221))
|
|
1086 |
self.groupBox_GeometryData_Mixed.setGeometry(QtCore.QRect(8, 56, 669, 221))
|
|
1086 | 1087 |
font = QtGui.QFont() |
1087 | 1088 |
font.setBold(True) |
1088 | 1089 |
font.setWeight(75) |
HYTOS/HYTOS/UI/StreamData.ui | ||
---|---|---|
336 | 336 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
337 | 337 |
</property> |
338 | 338 |
<property name="readOnly"> |
339 |
<bool>true</bool>
|
|
339 |
<bool>false</bool>
|
|
340 | 340 |
</property> |
341 | 341 |
</widget> |
342 | 342 |
</item> |
... | ... | |
1942 | 1942 |
<property name="geometry"> |
1943 | 1943 |
<rect> |
1944 | 1944 |
<x>8</x> |
1945 |
<y>56</y>
|
|
1945 |
<y>312</y>
|
|
1946 | 1946 |
<width>669</width> |
1947 | 1947 |
<height>133</height> |
1948 | 1948 |
</rect> |
... | ... | |
2753 | 2753 |
<property name="geometry"> |
2754 | 2754 |
<rect> |
2755 | 2755 |
<x>8</x> |
2756 |
<y>196</y>
|
|
2756 |
<y>56</y>
|
|
2757 | 2757 |
<width>669</width> |
2758 | 2758 |
<height>221</height> |
2759 | 2759 |
</rect> |
내보내기 Unified diff