SymbolsView

class SymbolsView : public QDialog

This class will enable users to access special symbols in sanskrit, mathematics and the like for adding into the pages while correcting/verifying wherever necessary.

User has to simply open the symbol tab 𝛺 in the tool and a window will open showing following tabs :

  1. Mathematical Symbols

  2. Special Chatacters

  3. Diacritics(marks placed above or below of letters)

Private Functions

explicit SymbolsView(QWidget *parent = 0)

sets the text for above 3 tabs and sets current tab as Diacritics

Parameters:
  • QWidget->parent

  • QDialog->parent, Qt::WindowCloseButtonHint

  • ui(new – Ui::SymbolsView)