79 EricPixmapCache.getIcon( |
79 EricPixmapCache.getIcon( |
80 os.path.join("OllamaInterface", "icons", "send{0}".format(iconSuffix)) |
80 os.path.join("OllamaInterface", "icons", "send{0}".format(iconSuffix)) |
81 ) |
81 ) |
82 ) |
82 ) |
83 |
83 |
84 self.ollamaMenuButton.setAutoRaise(True) |
|
85 self.ollamaMenuButton.setShowMenuInside(True) |
84 self.ollamaMenuButton.setShowMenuInside(True) |
86 |
85 |
87 self.__chatHistoryLayout = QVBoxLayout() |
86 self.__chatHistoryLayout = QVBoxLayout() |
88 self.historyScrollWidget.setLayout(self.__chatHistoryLayout) |
87 self.historyScrollWidget.setLayout(self.__chatHistoryLayout) |
89 self.__chatHistoryLayout.addStretch(1) |
88 self.__chatHistoryLayout.addStretch(1) |