Versions in this module Expand all Collapse all v1 v1.0.0 Apr 9, 2023 Changes in this version + const ABOUT + const AUTHORS + const LICENSE + const QS_columnwidth + const QS_dictManager + const QS_frequencyTable + const QS_geometry + const QS_mainSplitter + const QS_mainwindow + const QS_maximized + const QS_pos + const QS_savestate + const QS_size + const QS_sizes + const VERSION + func ConfigFont() *gui.QFont + func LoadConfig(app *widgets.QApplication) + func LoadHistory() error + func LoadUserStyle(app *widgets.QApplication) + func NewPNGIconTextButton(label string, imageName string) *widgets.QPushButton + func OpenConfig() + func PathFromUnix(pathStr string) string + func ReloadConfig(app *widgets.QApplication) + func ReloadUserStyle(app *widgets.QApplication) + func Run() + func SaveDictManagerDialog(manager *DictManager) + func SaveFrequency() + func SaveHistory() + type ArticleView struct + func NewArticleView(app *widgets.QApplication) *ArticleView + func (view *ArticleView) SetupCustomHandlers() + type DictManager struct + Dialog *widgets.QDialog + TableWidget *widgets.QTableWidget + func NewDictManager(app *widgets.QApplication, parent widgets.QWidget_ITF) *DictManager + type DictSettings struct + Order int + Symbol string + type HeaderLabel struct + func CreateHeaderLabel(app *widgets.QApplication) *HeaderLabel + func (label *HeaderLabel) SetResult(res common.QueryResult) + type HeaderTemplateInput struct + DictName string + Score uint8 + Term string + Terms []string + type HistoryView struct + func NewHistoryView() *HistoryView + func (view *HistoryView) AddHistory(query string) + func (view *HistoryView) AddHistoryList(list []string) + func (view *HistoryView) ClearHistory() + func (view *HistoryView) SetupCustomHandlers() + func (view *HistoryView) TrimHistory(maxSize int) + type QueryArgs struct + ArticleView *ArticleView + HeaderLabel *HeaderLabel + HistoryView *HistoryView + PostQuery func(string) + ResultList *ResultListWidget + func (w *QueryArgs) AddHistoryAndFrequency(query string) + type ResultListWidget struct + Active common.QueryResult + ArticleView *ArticleView + HeaderLabel *HeaderLabel + func NewResultListWidget(articleView *ArticleView, headerLabel *HeaderLabel, ...) *ResultListWidget + func (w *ResultListWidget) Clear() + func (w *ResultListWidget) OnActivate(row int) + func (w *ResultListWidget) SetResults(results []common.QueryResult) Other modules containing this package github.com/ilius/ayandict/v2