MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / initHistoryWidget

Method initHistoryWidget

src/plugins/chat/widgets/chatwidget.cpp:153–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void ChatWidget::initHistoryWidget()
154{
155 historyWidget = new HistoryListWidget(this);
156 historyWidget->setGeometry(-this->width(), 0, this->width(), this->height());
157 historyWidget->show();
158
159 historyWidgetAnimation = new QPropertyAnimation(historyWidget, "geometry");
160 historyWidgetAnimation->setEasingCurve(QEasingCurve::InOutSine);
161 historyWidgetAnimation->setDuration(300);
162
163 initHistoryWidgetConnection();
164}
165
166void ChatWidget::initStackWidget()
167{

Callers

nothing calls this directly

Calls 2

widthMethod · 0.80
showMethod · 0.45

Tested by

no test coverage detected