Skip to content

Commit 34392dd

Browse files
committed
Updated
1 parent f0614c7 commit 34392dd

19 files changed

+1774
-6
lines changed

TestDemo-2/CheckDashboard.py

Lines changed: 438 additions & 0 deletions
Large diffs are not rendered by default.

TestDemo-2/CheckDashboard.ui

Lines changed: 890 additions & 0 deletions
Large diffs are not rendered by default.

TestDemo-2/CheckDashboard_ui.py

Lines changed: 428 additions & 0 deletions
Large diffs are not rendered by default.

TestDemo-2/DashboardTestDemo.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ padding-left: 5px;
103103
}
104104
#send_btn{
105105
border: none;
106-
padding: 5px;
106+
padding: 10px;
107107
border-radius: 5px;
108108
}
109109
#send_btn:hover{

TestDemo-2/DashboardTestDemo_ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def setupUi(self, MainWindow):
102102
"}\n"
103103
"#send_btn{\n"
104104
"border: none;\n"
105-
"padding: 5px;\n"
105+
"padding: 10px;\n"
106106
"border-radius: 5px;\n"
107107
"}\n"
108108
"#send_btn:hover{\n"
62 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
-52 Bytes
Binary file not shown.
109 Bytes
Binary file not shown.

TestDemo-2/datas/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

TestDemo-2/home_widget.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def setupUi(self, MainWindow):
101101
"}\n"
102102
"#send_btn{\n"
103103
"border: none;\n"
104-
"padding: 5px;\n"
104+
"padding: 10px;\n"
105105
"border-radius: 5px;\n"
106106
"}\n"
107107
"#send_btn:hover{\n"
@@ -442,3 +442,4 @@ def retranslateUi(self, MainWindow):
442442
self.pushButton_4.setText(_translate("MainWindow", "Mode"))
443443
self.pushButton_5.setText(_translate("MainWindow", "Log Out"))
444444
self.company_name.setText(_translate("MainWindow", "COMPANY NAME."))
445+
self.input_textEdit.setPlaceholderText(_translate("MainWindow", "Send a message"))

TestDemo-2/input_widget.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def setupUi(self, Form):
6161
font = QtGui.QFont()
6262
font.setPointSize(11)
6363
self.label_2.setFont(font)
64+
self.label_2.setCursor(QtGui.QCursor(QtCore.Qt.CursorShape.IBeamCursor))
6465
self.label_2.setAlignment(QtCore.Qt.AlignmentFlag.AlignLeading|QtCore.Qt.AlignmentFlag.AlignLeft|QtCore.Qt.AlignmentFlag.AlignTop)
6566
self.label_2.setWordWrap(True)
6667
self.label_2.setTextInteractionFlags(QtCore.Qt.TextInteractionFlag.LinksAccessibleByKeyboard|QtCore.Qt.TextInteractionFlag.LinksAccessibleByMouse|QtCore.Qt.TextInteractionFlag.TextBrowserInteraction|QtCore.Qt.TextInteractionFlag.TextSelectableByKeyboard|QtCore.Qt.TextInteractionFlag.TextSelectableByMouse)

TestDemo-2/input_widget.ui

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,9 @@ padding-bottom: 5px;
163163
<pointsize>11</pointsize>
164164
</font>
165165
</property>
166+
<property name="cursor">
167+
<cursorShape>IBeamCursor</cursorShape>
168+
</property>
166169
<property name="text">
167170
<string>Bangladesh is a country located in southern Asia. The country is bordered by India to the west, north, and east, and by Burma to the southeast. Bangladesh has a population of over 162 million people and an area of 147,570 square kilometers. The capital and largest city is Dhaka.Bangladesh is a country located in South Asia. It is bordered by India to the east, west, and north, and by the Bay of Bengal to the south. It has a population of around 166 million people, making it the 8th most populous country in the world. Bangladesh is a developing country and has an economy that is reliant on agriculture, with rice being its major export. The capital city is Dhaka, where many of the country’s airports, universities, and government offices are located. Bangladesh is home to a variety of cultures, religions, and languages, with the official language being Bengali. Bangladesh is a member of the Commonwealth of Nations and the United Nations. The country has experienced significant progress in recent years, with a decrease in poverty levels and an increase in primary school enrollment. The Bangladeshi economy is growing at an estimated 6% per year.</string>
168171
</property>

TestDemo-2/input_widget_ui.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def setupUi(self, Form):
6161
font = QtGui.QFont()
6262
font.setPointSize(11)
6363
self.label_2.setFont(font)
64+
self.label_2.setCursor(QtGui.QCursor(QtCore.Qt.CursorShape.IBeamCursor))
6465
self.label_2.setAlignment(QtCore.Qt.AlignmentFlag.AlignLeading|QtCore.Qt.AlignmentFlag.AlignLeft|QtCore.Qt.AlignmentFlag.AlignTop)
6566
self.label_2.setWordWrap(True)
6667
self.label_2.setTextInteractionFlags(QtCore.Qt.TextInteractionFlag.LinksAccessibleByKeyboard|QtCore.Qt.TextInteractionFlag.LinksAccessibleByMouse|QtCore.Qt.TextInteractionFlag.TextBrowserInteraction|QtCore.Qt.TextInteractionFlag.TextSelectableByKeyboard|QtCore.Qt.TextInteractionFlag.TextSelectableByMouse)

TestDemo-2/main_app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ def __init__(self):
112112

113113

114114
#resize input frame and textEdit
115-
self.message_input.setFixedHeight(24)
116-
self.input_frame.setFixedHeight(42)
115+
# self.message_input.setFixedHeight(24)
116+
# self.input_frame.setFixedHeight(42)
117117

118118

119119
#set data for main window when start app

TestDemo-2/output_widget.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def setupUi(self, Form):
3535
"")
3636
self.frame_3.setFrameShape(QtWidgets.QFrame.Shape.StyledPanel)
3737
self.frame_3.setFrameShadow(QtWidgets.QFrame.Shadow.Raised)
38+
self.frame_3.setMinimumHeight(70)
3839
self.frame_3.setObjectName("frame_3")
3940
self.gridLayout_5 = QtWidgets.QGridLayout(self.frame_3)
4041
self.gridLayout_5.setObjectName("gridLayout_5")
@@ -69,6 +70,7 @@ def setupUi(self, Form):
6970
font = QtGui.QFont()
7071
font.setPointSize(11)
7172
self.label_2.setFont(font)
73+
self.label_2.setCursor(QtGui.QCursor(QtCore.Qt.CursorShape.IBeamCursor))
7274
self.label_2.setMouseTracking(False)
7375
self.label_2.setStyleSheet("border:none;\n"
7476
"color: #fff;")

TestDemo-2/output_widget.ui

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,9 @@ border: none;
156156
<pointsize>11</pointsize>
157157
</font>
158158
</property>
159+
<property name="cursor">
160+
<cursorShape>IBeamCursor</cursorShape>
161+
</property>
159162
<property name="mouseTracking">
160163
<bool>false</bool>
161164
</property>

TestDemo-2/output_widget_ui.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def setupUi(self, Form):
6868
font = QtGui.QFont()
6969
font.setPointSize(11)
7070
self.label_2.setFont(font)
71+
self.label_2.setCursor(QtGui.QCursor(QtCore.Qt.CursorShape.IBeamCursor))
7172
self.label_2.setMouseTracking(False)
7273
self.label_2.setStyleSheet("border:none;\n"
7374
"color: #fff;")

0 commit comments

Comments
 (0)