You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am trying to get the pdf file properties . as the properties window is showing with out loading the file so properties window only a blank window . also the i am not getting the file destination with the "getDestinations" function .
is there a separate function to get know the file is loaded ?? if there i need to check if the file is loaded the request for the properties and destination.
` void corepdf::openPdfFile(const QString path)
{
QVBoxLayout * mainLayout = new QVBoxLayout();
PdfWidget = new QPdfWidget();
i am trying to get the pdf file properties . as the properties window is showing with out loading the file so properties window only a blank window . also the i am not getting the file destination with the "getDestinations" function .
is there a separate function to get know the file is loaded ?? if there i need to check if the file is loaded the request for the properties and destination.
` void corepdf::openPdfFile(const QString path)
{
QVBoxLayout * mainLayout = new QVBoxLayout();
PdfWidget = new QPdfWidget();
}`
here is the output
thanks
The text was updated successfully, but these errors were encountered: