dashboard
repositories
filestore
activity
search
login
main
/
sd.cpp.gui.wx
wxWidgets based Stable Diffusion C++ GUi
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
random seed on gui, context menu into tables
Ferenc Szontágh
2024-02-04
5e5b8dcd5ce488ec4fdcb5ff07272830711566de
[sd.cpp.gui.wx.git]
/
ui
/
MainWindowImageViewer.cpp
1
2
3
4
5
6
7
8
#include "MainWindowImageViewer.h"
MainWindowImageViewer::MainWindowImageViewer( wxWindow* parent )
:
ImageViewer( parent )
{
}