@@ -119,6 +119,55 @@ def setupUi(self, BookInfo):
119119
120120 self .verticalLayout_2 .addLayout (self .horizontalLayout_8 )
121121
122+ self .horizontalLayout_9 = QHBoxLayout ()
123+ self .horizontalLayout_9 .setObjectName (u"horizontalLayout_9" )
124+ self .label_7 = QLabel (self .scrollAreaWidgetContents )
125+ self .label_7 .setObjectName (u"label_7" )
126+ self .label_7 .setMaximumSize (QSize (80 , 20 ))
127+
128+ self .horizontalLayout_9 .addWidget (self .label_7 )
129+
130+ self .views = QLabel (self .scrollAreaWidgetContents )
131+ self .views .setObjectName (u"views" )
132+ self .views .setMaximumSize (QSize (16777215 , 20 ))
133+
134+ self .horizontalLayout_9 .addWidget (self .views )
135+
136+
137+ self .verticalLayout_2 .addLayout (self .horizontalLayout_9 )
138+
139+ self .horizontalLayout_13 = QHBoxLayout ()
140+ self .horizontalLayout_13 .setObjectName (u"horizontalLayout_13" )
141+ self .label_9 = QLabel (self .scrollAreaWidgetContents )
142+ self .label_9 .setObjectName (u"label_9" )
143+ self .label_9 .setMaximumSize (QSize (80 , 16777215 ))
144+
145+ self .horizontalLayout_13 .addWidget (self .label_9 )
146+
147+ self .upTime = QLabel (self .scrollAreaWidgetContents )
148+ self .upTime .setObjectName (u"upTime" )
149+
150+ self .horizontalLayout_13 .addWidget (self .upTime )
151+
152+
153+ self .verticalLayout_2 .addLayout (self .horizontalLayout_13 )
154+
155+ self .horizontalLayout_14 = QHBoxLayout ()
156+ self .horizontalLayout_14 .setObjectName (u"horizontalLayout_14" )
157+ self .label_12 = QLabel (self .scrollAreaWidgetContents )
158+ self .label_12 .setObjectName (u"label_12" )
159+ self .label_12 .setMaximumSize (QSize (80 , 16777215 ))
160+
161+ self .horizontalLayout_14 .addWidget (self .label_12 )
162+
163+ self .lastUpTime = QLabel (self .scrollAreaWidgetContents )
164+ self .lastUpTime .setObjectName (u"lastUpTime" )
165+
166+ self .horizontalLayout_14 .addWidget (self .lastUpTime )
167+
168+
169+ self .verticalLayout_2 .addLayout (self .horizontalLayout_14 )
170+
122171 self .horizontalLayout_4 = QHBoxLayout ()
123172 self .horizontalLayout_4 .setObjectName (u"horizontalLayout_4" )
124173 self .horizontalLayout_11 = QHBoxLayout ()
@@ -233,23 +282,6 @@ def setupUi(self, BookInfo):
233282
234283 self .verticalLayout_2 .addLayout (self .horizontalLayout_7 )
235284
236- self .horizontalLayout_9 = QHBoxLayout ()
237- self .horizontalLayout_9 .setObjectName (u"horizontalLayout_9" )
238- self .label_7 = QLabel (self .scrollAreaWidgetContents )
239- self .label_7 .setObjectName (u"label_7" )
240- self .label_7 .setMaximumSize (QSize (55 , 20 ))
241-
242- self .horizontalLayout_9 .addWidget (self .label_7 )
243-
244- self .views = QLabel (self .scrollAreaWidgetContents )
245- self .views .setObjectName (u"views" )
246- self .views .setMaximumSize (QSize (16777215 , 20 ))
247-
248- self .horizontalLayout_9 .addWidget (self .views )
249-
250-
251- self .verticalLayout_2 .addLayout (self .horizontalLayout_9 )
252-
253285 self .commandLinkButton = QCommandLinkButton (self .scrollAreaWidgetContents )
254286 self .commandLinkButton .setObjectName (u"commandLinkButton" )
255287 sizePolicy = QSizePolicy (QSizePolicy .Fixed , QSizePolicy .Preferred )
@@ -519,12 +551,16 @@ def retranslateUi(self, BookInfo):
519551 self .title .setText (QCoreApplication .translate ("BookInfo" , u"\u6807 \u9898 " , None ))
520552 self .label_6 .setText (QCoreApplication .translate ("BookInfo" , u"id:" , None ))
521553 self .idLabel .setText ("" )
554+ self .label_7 .setText (QCoreApplication .translate ("BookInfo" , u"\u89c2 \u770b \u6570 \uff1a " , None ))
555+ self .views .setText (QCoreApplication .translate ("BookInfo" , u"\u89c2 \u770b \u6570 " , None ))
556+ self .label_9 .setText (QCoreApplication .translate ("BookInfo" , u"\u4e0a \u4f20 \u65f6 \u95f4 \uff1a " , None ))
557+ self .upTime .setText ("" )
558+ self .label_12 .setText (QCoreApplication .translate ("BookInfo" , u"\u66f4 \u65b0 \u65f6 \u95f4 \uff1a " , None ))
559+ self .lastUpTime .setText ("" )
522560 self .label_2 .setText (QCoreApplication .translate ("BookInfo" , u"\u4f5c \u8005 \uff1a " , None ))
523561 self .label_3 .setText (QCoreApplication .translate ("BookInfo" , u"\u63cf \u8ff0 \uff1a " , None ))
524562 self .label_4 .setText (QCoreApplication .translate ("BookInfo" , u"\u5206 \u7c7b \uff1a " , None ))
525563 self .label_5 .setText (QCoreApplication .translate ("BookInfo" , u"Tags\uff1a " , None ))
526- self .label_7 .setText (QCoreApplication .translate ("BookInfo" , u"\u89c2 \u770b \u6570 \uff1a " , None ))
527- self .views .setText (QCoreApplication .translate ("BookInfo" , u"\u89c2 \u770b \u6570 " , None ))
528564 self .commandLinkButton .setText (QCoreApplication .translate ("BookInfo" , u"\u770b \u4e86 \u8fd9 \u8fb9 \u672c \u5b50 \u7684 \u4eba \u4e5f \u5728 \u770b " , None ))
529565 self .user_icon .setText (QCoreApplication .translate ("BookInfo" , u"TextLabel" , None ))
530566 self .user_name .setText (QCoreApplication .translate ("BookInfo" , u"TextLabel" , None ))
0 commit comments