tropicalwzc / ice_sudoku.github.io

专业数独程序 iOS/Windows/macOS/Ubuntu
MIT License
128 stars 14 forks source link

Windows版本无法读取剪切板 #4

Open deanneko opened 4 years ago

deanneko commented 4 years ago

剪切板有一个自定义好的棋盘,但是软件无法读入,版本1.2.3

tropicalwzc commented 4 years ago

需要把待导入的81位格式数独串复制,之后使用鼠标全选最下方的剪切板,右键之后paste,最后点击读取剪切板按钮

tropicalwzc commented 4 years ago

其中数独为空部分最好使用0或者.来代替是最标准的

deanneko commented 4 years ago

哦哦,原来要右键啊,我直接ctrl+v没复制过去,感谢

chucklu commented 3 years ago

@tropicalwzc The paste menu is greyed out, although I have already copy another sudoku string image

tropicalwzc commented 3 years ago

Just click the Paste button, Then the string will be pasted here

chucklu commented 3 years ago

@tropicalwzc It works, but why the menu is greyed out always?

tropicalwzc commented 3 years ago

maybe it is the qt default display style, I just used a default textfield as the clipboard bar